Skip to content

Instantly share code, notes, and snippets.

@yjxiong
Last active April 4, 2016 08:20
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 yjxiong/801a173300dd4dab55ff415460862a73 to your computer and use it in GitHub Desktop.
Save yjxiong/801a173300dd4dab55ff415460862a73 to your computer and use it in GitHub Desktop.
Download youtube videos in best format
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