Skip to content

Instantly share code, notes, and snippets.

@gordonje
Last active October 23, 2019 16:46
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 gordonje/2b2371359b960a11c9fdfea300c6b0e2 to your computer and use it in GitHub Desktop.
Save gordonje/2b2371359b960a11c9fdfea300c6b0e2 to your computer and use it in GitHub Desktop.
Command, options and arguments for downloading "best" compatible file formats from warrenmayer channel on YouTube (but only in mp4 container)
youtube-dl --write-info-json --all-subs --write-all-thumbnails \
-f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]' \
-o '~/Desktop/warrenmayer-best-mp4/%(title)s-%(id)s/%(title)s-%(id)s.%(ext)s' \
https://www.youtube.com/user/warrenmayer/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment