Skip to content

Instantly share code, notes, and snippets.

@gordonje
Last active October 23, 2019 18:14
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/e6b23264e8109f8d798417086448310f to your computer and use it in GitHub Desktop.
Save gordonje/e6b23264e8109f8d798417086448310f to your computer and use it in GitHub Desktop.
Command, options and arguments for downloading "best" quality media, served as a single file, from warrenmayer channel on YouTube
youtube-dl --write-info-json --all-subs --write-all-thumbnails -f best \
-o '~/Desktop/warrenmayer-best-single/%(title)s-%(id)s/%(title)s-%(id)s.%(ext)s' \
https://www.youtube.com/user/warrenmayer/
@gordonje
Copy link
Author

From FORMAT SELECTION of youtube-dl docs:

If you want to preserve the old format selection behavior (prior to youtube-dl 2015.04.26), i.e. you want to download the best available quality media served as a single file, you should explicitly specify your choice with -f best.

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