bandcamp-dl/README

10 lines
335 B
Plaintext

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