Skip to content

Instantly share code, notes, and snippets.

@eddy-22
Forked from Touexe/Readme.md
Created July 5, 2021 13:38
Show Gist options
  • Save eddy-22/dff985bbd6388433317340bec2d7f248 to your computer and use it in GitHub Desktop.
Save eddy-22/dff985bbd6388433317340bec2d7f248 to your computer and use it in GitHub Desktop.
youtube-dl and yt-dlp best commands

Youtube-dl

youtube-dl -f best --ignore-errors --no-mtime --embed-thumbnail -o %%(title)s.%%(ext)s --merge-output-format mp4 --external-downloader aria2c --external-downloader-args "-c -j 16 -x 16 -s 16 -k 2M" URL

Yt-dlp

yt-dlp -f best -c --ignore-errors --no-mtime --embed-subs --embed-thumbnail -o %%(title)s.%%(ext)s --add-metadata --merge-output-format mp4 --downloader aria2c --downloader-args "-c -j 16 -x 16 -s 16 -k 2M" URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment