Skip to content

Instantly share code, notes, and snippets.

@kubaceg
Created September 7, 2015 05:38
Show Gist options
  • Save kubaceg/315a8d635a2e5c8ad2c6 to your computer and use it in GitHub Desktop.
Save kubaceg/315a8d635a2e5c8ad2c6 to your computer and use it in GitHub Desktop.
Convert Youtube playlist to mp3 files
youtube-dl -cik --audio-quality 0 --extract-audio -o "%(title)s.%(ext)s" --audio-format mp3 https://www.youtube.com/playlist\?list\=id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment