Fast. Stubborn. Tool for downloading audio from bandcamp
pip install git+https://github.com/MentalBlood/banduncamp
To get help:
python -m banduncamp -h
Tool will not download audio file if it already exists
Tool will not download album if *mp3
files are exist in corresponding dir already. Use --no-skip-downloaded-albums
to override this
python -m banduncamp <album_page>
Note that album_page
should look like https://artist_name.bandcamp.com/album/album_name
python -m banduncamp <artist_page>
Note that artist_page
should look like https://artist_name.bandcamp.com/music
python -m banduncamp -f <path_to_json>
JSON should be like:
{
"D:/music/Ambient": [
"https://lalala.bandcamp.com/music",
"https://lololo.bandcamp.com/music"
],
"D:/music/Dungeon Synth": [
"https://lululu.bandcamp.com/music",
"https://lilili.bandcamp.com/music"
]
}
No known, if found please report here