Created
July 23, 2017 06:54
-
-
Save javikalsan/171505539666aaa1ae2f3801529ebb12 to your computer and use it in GitHub Desktop.
youtube-dl download as mp3 example
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 /usr/local/bin/youtube-dl -i --extract-audio --audio-format mp3 --audio-quality 512K --yes-playlist --playlist-start 1 --playlist-end 46 https://www.youtube.com/playlist?list={{ PLAYLIST ID }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment