Skip to content

Instantly share code, notes, and snippets.

@spyesx
Last active June 4, 2020 07:46
Show Gist options
  • Save spyesx/33439eab15da5e5500043a741ee5c0fd to your computer and use it in GitHub Desktop.
Save spyesx/33439eab15da5e5500043a741ee5c0fd to your computer and use it in GitHub Desktop.
Download a playlist to MP3
# Download a playlist to MP3
brew install youtube-dl
# https://explainshell.com/explain?cmd=youtube-dl+--extract-audio+--audio-format+mp3
youtube-dl --extract-audio --audio-format mp3 https://www.youtube.com/playlist?list=[playlist ID goes here]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment