Created
June 26, 2017 14:18
-
-
Save apoorvalal/354df2b837c9ee496cd84a84804599fc to your computer and use it in GitHub Desktop.
youtube playlist to mp3
This file contains 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
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