Skip to content

Instantly share code, notes, and snippets.

@xcapdevila
Created December 20, 2017 14:36
Show Gist options
  • Select an option

  • Save xcapdevila/50a6e8656157dd75a0487b867da4c113 to your computer and use it in GitHub Desktop.

Select an option

Save xcapdevila/50a6e8656157dd75a0487b867da4c113 to your computer and use it in GitHub Desktop.
Youtube MP3 Downloads
#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