Created
December 20, 2017 14:36
-
-
Save xcapdevila/50a6e8656157dd75a0487b867da4c113 to your computer and use it in GitHub Desktop.
Youtube MP3 Downloads
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 characters
| #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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment