Skip to content

Instantly share code, notes, and snippets.

@matinrco
Last active October 5, 2022 18:19
Show Gist options
  • Save matinrco/b339c441f8674eb1906579a18172279e to your computer and use it in GitHub Desktop.
Save matinrco/b339c441f8674eb1906579a18172279e to your computer and use it in GitHub Desktop.

To list qualities:

youtube-dl --external-downloader aria2c --external-downloader-args '-x 8 -k 1M' --proxy http://localhost:8080/ -F URL

To download a quality

youtube-dl --external-downloader aria2c --external-downloader-args '-x 8 -k 1M' --proxy http://localhost:8080/ -f 123 URL

To download and merge

youtube-dl --external-downloader aria2c --external-downloader-args '-x 8 -k 1M' --proxy http://localhost:8080/ -f 123+456 URL

To download entire channel

yt-dlp -ciw -o "%(title)s.%(ext)s" -v <url-of-channel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment