Created
May 12, 2016 09:25
-
-
Save zipizap/ecbc7000a5e596f8f33b3a222f0ed809 to your computer and use it in GitHub Desktop.
Revisions
-
zipizap created this gist
May 12, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/usr/bin/env bash # # To instal youtube-dl, see https://rg3.github.io/youtube-dl/ # [[ "$1" ]] || { echo "Usage: $0 <YoutubeUrl>"; exit 1; } ./youtube-dl --extract-audio --audio-format mp3 --prefer-ffmpeg "$1"