Last active
June 4, 2020 07:46
-
-
Save spyesx/33439eab15da5e5500043a741ee5c0fd to your computer and use it in GitHub Desktop.
Download a playlist to MP3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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