bandcampscrape

Downloader for BandCamp albums


License
MIT
Install
pip install bandcampscrape==0.0.2

Documentation

BandCampScrape

BandCamp Scrape makes easy to download albums from BandCamp creating a directory adding ID3 information to the songs.

Usage

First, install with:

pip install bandcampscrape

Then, just call it from the CLI passing the URL of the album that you want to scrape:

bandcampscrape <url>

It also can be used like :

bandcampscrape --album_url=https://decontextoydetextura.bandcamp.com/album/ep

TODO

  • Pass a url and download all the albums from that band
  • Add tests