Created
December 20, 2017 14:36
-
-
Save xcapdevila/50a6e8656157dd75a0487b867da4c113 to your computer and use it in GitHub Desktop.
Revisions
-
xcapdevila created this gist
Dec 20, 2017 .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,9 @@ #You need to install first https://github.com/rg3/youtube-dl #Edit ~/.profile #Youtube Downloads Alias alias youtubedlmp3="/usr/local/bin/youtube-dl -o '~/Downloads/youtube/%(title)s.%(ext)s' --no-playlist --youtube-skip-dash-manifest --format bestaudio --extract-audio --audio-format mp3 --audio-quality 0" #usage youtubedlmp3 https://www.youtube.com/watch?v=QwqmJilXxJY alias youtubedlmp3_noformat="/usr/local/bin/youtube-dl -o '~/Downloads/youtube/%(title)s.%(ext)s' --no-playlist --youtube-skip-dash-manifest --extract-audio --audio-format mp3 --audio-quality 0" #usage youtubedlmp3_noformat https://www.youtube.com/watch?v=QwqmJilXxJY