Python Download Script Updated

Published 2012-10-30 on Farid Zakaria's Blog

I'm so slow

I'm been so caught up in my new website project (downloading songs from HypeMachine as well), that I've really left the extension and python script fall behind.
In an attempt to try and rectify this, I've made the first step by fixing/updating the python script. I've already documented many of the changes that needed to occur in my previous blog post but now here is the full source for those who are curious!

You can download the script here: https://github.com/fzakaria/HypeScript

I've substantially cleaned up the code and removed the sqlite (database) aspect to it. This has resulted in a nice clean barebone downloader which does the one job it needs to do; download'em songs!. I'm always looking for advice, comments and feedback.