Last active
October 23, 2019 16:46
-
-
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)
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 '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
See https://askubuntu.com/questions/806258/requested-formats-are-incompatible-for-merge