Created
April 24, 2014 14:52
-
-
Save bmaeser/11257598 to your computer and use it in GitHub Desktop.
youtube to mp3 shortcut
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
#!/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