Skip to content

Instantly share code, notes, and snippets.

@johnrc
Last active August 29, 2015 14:19
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 johnrc/061260afb7dbf84ca630 to your computer and use it in GitHub Desktop.
Save johnrc/061260afb7dbf84ca630 to your computer and use it in GitHub Desktop.
Youtube downloader

How to install

pip install youtube-dl

To download best quality

List the formats available:

youtube-dl -F <youtube url>

Download a specific format based on a number above

youtube-dl -f <number> <youtube url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment