Skip to content

Instantly share code, notes, and snippets.

@habibun
Last active April 11, 2018 04:53
Show Gist options
  • Select an option

  • Save habibun/c1df00220cdcda212b844b52e66bf9e6 to your computer and use it in GitHub Desktop.

Select an option

Save habibun/c1df00220cdcda212b844b52e66bf9e6 to your computer and use it in GitHub Desktop.
Download youtube playlist and convert to mp3
youtube-dl --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" yourPlaylistUrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment