Metadata-Version: 1.0
Name: GMDownloader
Version: 1.0
Summary: GM Playlist Downloader
Home-page: https://github.com/ceberous/GPMDownloader.git
Author: ceberous
Author-email: cerbus.collin@gmail.com
License: UNKNOWN
Description: # GPMDownloader
        
        ## 1.) Login
        myD = GMDownloader()
        
        ## 2.) Fetch User's Stations
        myD.getMyStations()
        myD.printAvailableStations()
        
        ## 3.) Download a Station
        wID = '9673a6e8-de88-3c98-b81e-b3a1a4d30c89'
        myD.downloadStationToPOOL( wID )
        myD.extractSinglePlaylistFromPOOL( wID , os.path.join( myD.libDIR , wID  )  )
        
Platform: UNKNOWN
