Skip to content

Instantly share code, notes, and snippets.

View gentksb's full-sized avatar

Gen Takashiba gentksb

View GitHub Profile
@gentksb
gentksb / export_google_music_to_ibroadcast.js
Last active October 2, 2020 16:18 — forked from jmiserez/export_google_music.js
Export your Google Music Playlists for iBroadcast playlist.txt format
// modified by gentksb
// download file will be named in Playlist Name, only use for playlist page.
// HOW TO USE
// 1. Go to GPM playlist page.
// 2. Open Developer tool (push F12 key) and click 'console' tab.
// 3. Paste code(Line 58 to Line 249) to console, and push Enter key.
// 4. You get "{playlistname}.txt" file.
// START Lincence and Original script manual