Skip to content

mentalblood0/banduncamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🪓 Banduncamp

Fast. Stubborn. Tool for downloading audio from bandcamp

Installation

pip install git+https://github.com/MentalBlood/banduncamp

Usage

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

Album:

python -m banduncamp <album_page>

Note that album_page should look like https://artist_name.bandcamp.com/album/album_name

Discography:

python -m banduncamp <artist_page>

Note that artist_page should look like https://artist_name.bandcamp.com/music

Tasks

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"
    ]
}

Bugs

No known, if found please report here

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages