Go to file
Simon W. Jackson 7e0fd439dc Separated download progress indicator from download method 2014-05-12 10:54:15 +02:00
bandcamp-dl Separated download progress indicator from download method 2014-05-12 10:54:15 +02: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
requirements.txt Separated download progress indicator from download method 2014-05-12 10:54:15 +02: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 . . .