1.0.7 • Published 12 months ago

youtube-transcript-axios v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

youtube-transcript

This is a fork of youtube-transcript package using axios,did this mainly because of react-native issues

npm version

I wanted to extract a transcript from a youtube video but there was only a python script so I created this to do it in node. This package use unofficial YTB API so it can be broken over the time if no update appears.

Installation

$ npm i youtube-transcript

or

$ yarn add youtube-transcript

Usage

import { YoutubeTranscript } from 'youtube-transcript';

YoutubeTranscript.fetchTranscript('videoId or URL').then(console.log);

Methods

License

MIT Licensed

1.0.7

12 months ago

1.0.6

12 months ago