1.2.1 • Published 17 days ago

youtube-transcript v1.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
17 days ago

youtube-transcript

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