Last active
October 23, 2019 16:47
-
-
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)
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 \ | |
-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