Go to file
Iheanyi Ekechukwu 0567eed0c8 Create LICENSE 2013-04-29 23:11:16 -03: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 2013-04-29 23:06:01 -03:00
bandcamp-dl.py Code cleanup. 2013-04-29 22:10:11 -04:00

README

Usage: Run script with the URL you want to parse as the argument . . . 

python bandcamp-dl.py <URL>

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