Skip to content

Instantly share code, notes, and snippets.

@bmaeser
Created April 24, 2014 14:52
Show Gist options
  • Save bmaeser/11257598 to your computer and use it in GitHub Desktop.
Save bmaeser/11257598 to your computer and use it in GitHub Desktop.
youtube to mp3 shortcut
#!/bin/sh
# downloads the audio-stream of a youtube video into a mp3 file
youtube-dl -x $1 --audio-format mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment