Last active
January 4, 2017 20:35
-
-
Save briankelleher/7189ae849c9d9c62fde6 to your computer and use it in GitHub Desktop.
youtube-dl basic get best quality video
This file contains 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
# 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