Skip to content

Instantly share code, notes, and snippets.

@mikeymckay
Created February 9, 2016 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeymckay/00daafd5d55306242b6c to your computer and use it in GitHub Desktop.
Save mikeymckay/00daafd5d55306242b6c to your computer and use it in GitHub Desktop.
Download a list of songs from youtube
cat Pandora\ Songs | sed -r 's/^/gvsearch1:/' | xargs -d '\n' --max-args=1 youtube-dl -x --audio-format mp3
@mikeymckay
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment