Skip to content

Instantly share code, notes, and snippets.

@josephfinlayson
Created July 4, 2014 11:56
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 josephfinlayson/2b8967635e7bab6a4d8d to your computer and use it in GitHub Desktop.
Save josephfinlayson/2b8967635e7bab6a4d8d to your computer and use it in GitHub Desktop.
Google music playlist parser
artoo.scrape('tr.song-row', {
title: {sel:'td[data-col="title"] span'},
artist : { sel:'td[data-col="artist"] span'},
album : {sel:'td[data-col="album"] span'}
}, artoo.saveCsv);
// saves google music songs/playlists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment