Skip to content

Handy yt-dlp wrapper to download Youtube videos transcripts

Notifications You must be signed in to change notification settings

haron/yt-dlp-transcript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yt-dlp-transcript

A handy wrapper for yt-dlp to download transcripts for YouTube videos.

Usage

uvx yt-dlp-transcript https://www.youtube.com/watch?v=dQw4w9WgXcQ

or:

pip install yt-dlp-transcript
yt-dlp-transcript https://www.youtube.com/watch?v=dQw4w9WgXcQ

Options:

> yt-dlp-transcript -h
usage: yt-dlp-transcript [-h] [-l LANGUAGE] [-v] url

positional arguments:
  url                   Youtube URL

options:
  -h, --help            show this help message and exit
  -l LANGUAGE, --language LANGUAGE
                        subtitles language (default: en)
  -v, --verbose         verbose mode (default: False)

Usage in Python code

from yt_dlp_transcript import yt_dlp_transcript
print(yt_dlp_transcript("https://www.youtube.com/watch?v=dQw4w9WgXcQ"))

About

Handy yt-dlp wrapper to download Youtube videos transcripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published