Go to file
Iheanyi Ekechukwu f05ef93077 Merge pull request #3 from Codeusa/master
Faster downloads, Progress notfication
2014-03-20 18:50:58 -04:00
py-js-object-parser-master/py-js-object-parser-master Code cleanup, no more use of eval. 2013-04-30 02:56:32 -04:00
.gitignore Update .gitignore 2013-04-29 23:02:25 -03:00
LICENSE Create LICENSE 2013-04-29 23:11:16 -03:00
README Update README 2014-03-08 04:01:33 -05:00
bandcamp-dl.py Increased fetch times, added progress of download 2014-03-08 03:57:50 -05:00
jsobj.py Code cleanup, no more use of eval. 2013-04-30 02:56:32 -04:00
py-js-object-parser-master.zip Code cleanup, no more use of eval. 2013-04-30 02:56:32 -04:00

README

Usage: Run the script bandcamp-dl.py from command line

paste the url of the album or song you wish to download

Dependencies:

BeautifulSoup - Some HTML Parsing (probably won't even need in future iterations)
Mutagen - ID3 Encoding
Requests - For retrieving the page, once again . . . possibility of getting rid of this dependency in the future
Slimit - For parsing JavaScript . . .