Skip to content

Instantly share code, notes, and snippets.

@apoorvalal
Created June 26, 2017 14:18
Show Gist options
  • Save apoorvalal/354df2b837c9ee496cd84a84804599fc to your computer and use it in GitHub Desktop.
Save apoorvalal/354df2b837c9ee496cd84a84804599fc to your computer and use it in GitHub Desktop.
youtube playlist to mp3
youtube-dl --download-archive downloaded.txt --no-post-overwrites -ciwx --audio-format mp3 -o "%(title)s.%(ext)s" youtube_playlist_here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment