Skip to content

Instantly share code, notes, and snippets.

@gordonje
Last active October 23, 2019 16:47
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/a0468fc968582974817706cfe4044e4d to your computer and use it in GitHub Desktop.
Save gordonje/a0468fc968582974817706cfe4044e4d to your computer and use it in GitHub Desktop.
Command, options and arguments for downloading "best" video and audio file formats from warrenmayer channel on YouTube (and merging if necessary)
youtube-dl --write-info-json --all-subs --write-all-thumbnails \
-o '~/Desktop/warrenmayer-best-merge/%(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