Last active
October 23, 2019 18:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From FORMAT SELECTION of youtube-dl docs: