Created
May 28, 2022 03:03
-
-
Save yohangdev/97e2e02673e0185079608145be0d1d72 to your computer and use it in GitHub Desktop.
Youtube Downloader Batch (Also Convert)
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
yt-dlp --download-archive archive.txt --no-abort-on-error --exec "ffmpeg -i {} -target pal-dvd -q:v 20 -aspect 16:9 -y {}.mpg && rm {}" https://www.youtube.com/playlist?list=xxxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment