Skip to content

diomedesK/youtube-bulk-transcript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

youtube-bulk-transcript

A script that downloads all the available transcriptions for a specific YouTube channel or playlist.

Use python collect_transcript.py --help to learn about the usage, but probably it's going to be something like:

python collect_transcript.py --type channel "https://www.youtube.com/@BenEater/videos" --folder ./ben-srt --format srt

or

python collect_transcript.py --type playlist "https://www.youtube.com/playlist?list=PLk0fS18dI3_NAd8ZCopvIvvuSrR3bq_PL" --folder ./3blue1brown-fuzzy-txt --format pretty

It's built on top of the Youtube Transcript API, which is the right choice to download single video transcripts.

About

A script that can download all the transcriptions of a specific channel or playlist.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages