Skip to content

Instantly share code, notes, and snippets.

@santhoshtr
Created July 9, 2018 11:23
Show Gist options
  • Save santhoshtr/47716a9e2867c03de4a9335f6a7a0da7 to your computer and use it in GitHub Desktop.
Save santhoshtr/47716a9e2867c03de4a9335f6a7a0da7 to your computer and use it in GitHub Desktop.
HD Audio download from a youtube playlist
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 -o "%(title)s.%(ext)s" https://www.youtube.com/playlist?list=abdlshfjskdhfuwhrklk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment