A simple module which can download the audio at a particular url on bandcamp.com
Downloads |
---|
==================================================================
- Clone the repo or download the zip
- Make sure you have pip installed
cd
to the folderpip -install -r "requirements.txt"
python bandcamp.py <url>
- pip install bandcamp_dl
==================================================================
from bandcamp_dl import bandcampDownloader
dl = bandcampDownloader.Downloader(url)
dl.download()
==================================================================
- BeautifulSoup - HTML parsing
- Requests - for retrieving HTML
==================================================================
All tracks are stored at Songs folder at the current directory
==================================================================
If you want to add features, improve them, or report issues, feel free to send a pull request!!