-
-
Save pauloantonelli/8b61479165c17df87dcaf221c860a1c1 to your computer and use it in GitHub Desktop.
Script that downloads Youtube playlist and extracts the audio from the downloaded clips.
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
#!/bin/bash | |
youtube-dl --rm-cache-dir --cookies ./youtube.com_cookies.txt --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 160K --output "%(title)s.%(ext)s" --yes-playlist 'https://youtube.com/playlist?list=PL14877460D389BBFA' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment