https://github.com/iliana/bandcamp-dl
Download your Bandcamp collection
https://github.com/iliana/bandcamp-dl
Last synced: 5 months ago
JSON representation
Download your Bandcamp collection
- Host: GitHub
- URL: https://github.com/iliana/bandcamp-dl
- Owner: iliana
- License: mit-0
- Created: 2020-12-25T22:31:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T02:27:21.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:33:49.903Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 58
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bandcamp-dl
This is a Python script that will download your entire Bandcamp collection to your working directory. For albums, it downloads ZIP files, and for tracks, it downloads the track.
It downloads items in FLAC format by default. Use `--format` to change the format; known format identifiers are:
`aac-hi`
`aiff-lossless`
`alac`
`flac`
`mp3-320`
`mp3-v0`
`vorbis`
`wav`If you have [browser-cookie3](https://pypi.org/project/browser-cookie3/) the script will attempt to pull your bandcamp.com `identity` cookie and username from Firefox or Chrome.
If this doesn't work for you, provide the value of your `identity` cookie as a raw or Base64 string to `--identity`.
browser-cookie3 exceptions are visible with `-v`/`--verbose`.This script only downloads items you've purchased.
Because this uses undocumented and unsupported APIs, it may break at any time.
**The author will not provide support for this script.**