Google Music RadioStation/Playlist Downloader Using https://github.com/simon-weber/gmusicapi
pip3 install gDownloader
from gDownloader import Downloader
myD = Downloader( "username" , "password" , customLibrarySavePATH=None , customLibraryPickleFilePATH=None )
myD.getMyStations()
myD.printAvailableStations()
wStationID = 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
myD.downloadStationToPOOL( wStationID )
myD.extractSinglePlaylistFromPOOL( wStationID , os.path.join( myD.libDIR , wStationID ) )