Skip to content

bernorieder/youtube-transcript-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-transcript-scraper

description

Since YouTube does not provide automatically generated transcripts via its API and normal scraping does not work with YT's ajaxy interface, this script uses browser automation to click through the YouTube web interface and download the transcript file.

requirements

use

  • download script;
  • enable a virtual environment (venv)
  • install dependencies with pip install -r requirements.txt
  • modify videos.csv with a list of videos you wish to fetch captions from. Each line should contain at least the video id and optionally the video publish date
  • run the script python captions.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages