Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Created May 28, 2022 03:03
Show Gist options
  • Save yohangdev/97e2e02673e0185079608145be0d1d72 to your computer and use it in GitHub Desktop.
Save yohangdev/97e2e02673e0185079608145be0d1d72 to your computer and use it in GitHub Desktop.
Youtube Downloader Batch (Also Convert)
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