Skip to content

Instantly share code, notes, and snippets.

@briankelleher
Last active January 4, 2017 20:35
Show Gist options
  • Save briankelleher/7189ae849c9d9c62fde6 to your computer and use it in GitHub Desktop.
Save briankelleher/7189ae849c9d9c62fde6 to your computer and use it in GitHub Desktop.
youtube-dl basic get best quality video
# input video URL first
# -f signals quality, in this case the best possible
youtube-dl https://vimeo.com/156202023 -f best
# Best Audio
youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 https://www.youtube.com/watch\?v\=SYIXLx7on7w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment