Skip to content

Instantly share code, notes, and snippets.

@jmahc
Created September 16, 2020 18:18
Show Gist options
  • Save jmahc/1e035d7a48a350e345f0ebf69596b04e to your computer and use it in GitHub Desktop.
Save jmahc/1e035d7a48a350e345f0ebf69596b04e to your computer and use it in GitHub Desktop.
Cheatsheet for youtube-dl

Cheatsheet for youtube-dl

If you have ever wanted to download YouTube videos or just the audio, or both - this is the cheatsheet for youtube-dl

youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]'  https://www.youtube.com/watch?v={videoID}

There is also a YouTubed-DL GUI for it.


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