Created
February 9, 2016 18:04
-
-
Save mikeymckay/00daafd5d55306242b6c to your computer and use it in GitHub Desktop.
Download a list of songs from youtube
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
cat Pandora\ Songs | sed -r 's/^/gvsearch1:/' | xargs -d '\n' --max-args=1 youtube-dl -x --audio-format mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used this one to get my list of liked songs out of Pandora: https://raw.githubusercontent.com/teddytrowbridge/pandora-export/master/pandora-export.js