Created
August 20, 2013 17:23
-
-
Save kaspergrubbe/6284479 to your computer and use it in GitHub Desktop.
Get youtube music
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
# brew install youtube-dl | |
function youtube_music | |
{ | |
$(youtube-dl -f 37/22/18 "$1" --extract-audio --audio-format mp3 | tee /dev/tty) | |
} | |
function youtube_video | |
{ | |
$(youtube-dl -f 37/22/18 "$1" | tee /dev/tty) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment