Last active
April 11, 2018 04:53
-
-
Save habibun/c1df00220cdcda212b844b52e66bf9e6 to your computer and use it in GitHub Desktop.
Download youtube playlist and convert 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
| youtube-dl --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" yourPlaylistUrl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment