A python script that scrapes a specified user's Hype Machine favorites.
Run "scrape_songs.py" using the Python shell.
Type the following, replacing "username" with the desired username, in to the Python shell:
get_all_songs("username")
Each song will be downloaded to the same folder that "scrape_songs.py" is in.