Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Last active May 12, 2018 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dantheman213/2ee46722c82ff2dcaf8256f5d9458b18 to your computer and use it in GitHub Desktop.
Save dantheman213/2ee46722c82ff2dcaf8256f5d9458b18 to your computer and use it in GitHub Desktop.
Youtube Download Cheatsheet

Youtube Download Cheatsheet

Download and install binary here: https://github.com/rg3/youtube-dl

Get Best Video and Audio

youtube-dl.exe -f "best[ext=mp4]" --no-check-certificate <VIDEO URL>

Get worst video no audio

youtube-dl.exe -f "worstvideo[ext=mp4]" --no-check-certificate <VIDEO URL>

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