Skip to content

Instantly share code, notes, and snippets.

@javikalsan
Created July 23, 2017 06:54
Show Gist options
  • Save javikalsan/171505539666aaa1ae2f3801529ebb12 to your computer and use it in GitHub Desktop.
Save javikalsan/171505539666aaa1ae2f3801529ebb12 to your computer and use it in GitHub Desktop.
youtube-dl download as mp3 example
youtube-dl /usr/local/bin/youtube-dl -i --extract-audio --audio-format mp3 --audio-quality 512K --yes-playlist --playlist-start 1 --playlist-end 46 https://www.youtube.com/playlist?list={{ PLAYLIST ID }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment