Last active
April 4, 2016 08:20
-
-
Save yjxiong/801a173300dd4dab55ff415460862a73 to your computer and use it in GitHub Desktop.
Download youtube videos in best format
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 -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' \ | |
--merge-output-format mp4 \ | |
"http://www.youtube.com/watch?v=P9pzm5b6FFY" | |
# This command downloads the best available quality video together with the best audio. Then it combines them with the post-processor. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment