download # version .003 # Fixed regex stuff # Added ID3 tagging # Requires python-id3 for retagging of ID3 tags # contact kyle [at] kyleosborn.com # Don't ask for support, this was done in about an hour (or two) # Download your google music library. # It pulls down the library in [Album]/[SongName].mp3 format # If the a [Album]/[SongName].mp3 exists, it won't redownload (so be aware if a file doesn't play) # YOU WILL HAVE TO TAKE THE COOKIES A REQUEST TO MUSIC.GOOGLE.COM AND APPEND THEM AS A STRING BELOW # Maybe sometime I'll set up proper password login, but right now this is cool for me (I'm also using 2factor, and I don't feel like messing with that now) # It looks like HSID, SSID, SID, and xt are the only cookies required. But you should probably just copy them all below. # Example: cookieString = 'HSID=QWERTY-QWERTY; SSID=QWERTY-QWERTY; xt=QWERTY-QWERTYQWERTY-QWERTYQWERTY-QWERTY; SID=QWERTY-QWERTYQWERTY-QWERTYQWERTY-QWERTY;'