Skip to content

Instantly share code, notes, and snippets.

@MrSunshyne
Created June 17, 2019 06:54
Show Gist options
  • Save MrSunshyne/9c06a407a650c8779ac9795ea81bb6bd to your computer and use it in GitHub Desktop.
Save MrSunshyne/9c06a407a650c8779ac9795ea81bb6bd to your computer and use it in GitHub Desktop.
Download Youtube Playlist using youtube-dl
youtube-dl --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" <youtube-playlist-url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment