Skip to content

Instantly share code, notes, and snippets.

@kaspergrubbe
Created August 20, 2013 17:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kaspergrubbe/6284479 to your computer and use it in GitHub Desktop.
Save kaspergrubbe/6284479 to your computer and use it in GitHub Desktop.
Get youtube music
# 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