Last active
May 30, 2023 08:23
-
-
Save MohammadRaziei/8a721bca31c0c9c6be940e9c025f70da to your computer and use it in GitHub Desktop.
download from youtube with subtitle (a single video)
This file contains hidden or 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
| youtube-dl -ciw --write-auto-sub --write-sub --sub-lang en %* | |
| yt-dlp -ciw --write-auto-sub --write-sub --sub-lang en -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' --proxy socks://localhost:10808 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment