Created
August 21, 2024 06:20
-
-
Save nirlanka/97d09fce9fee918d65c88b7254469791 to your computer and use it in GitHub Desktop.
Download from YouTube (as channel member)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pipenv shell # should have yt-dlp installed | |
yt-dlp --write-subs --sub-lang en --convert-subs srt --sub-format txt --cookies-from-browser chrome <VIDEO-OR-PLAYLIST-URL> | |
# https://apple.stackexchange.com/questions/434686/how-to-get-cookies-txt-for-youtube-from-safari |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment