bcdl

Crates.iobcdl
lib.rsbcdl
version0.1.0
sourcesrc
created_at2021-10-05 16:28:24.578561
updated_at2021-10-05 16:28:24.578561
descriptionA command line bandcamp downloader
homepagehttps://github.com/grantshandy/bcdl
repositoryhttps://github.com/grantshandy/bcdl
max_upload_size
id460713
size93,860
Grant Handy (grantshandy)

documentation

README

bcdl

A command line bandcamp downloader.

Installation

From crates.io

$ cargo install bcdl

From release page:

$ curl https://github.com/grantshandy/bcdl/releases/download/0.1.0/bcdl-0.1.0-linux_x86_64

note: Windows builds also exist in the release page.

Example

$ bcdl --url https://citiesaviv.bandcamp.com/album/gum-2
Downloading album page...
Downloading Track 1 - (I SEEN YOU) SHINE     5M [#################################################] 100%
Downloading Track 2 - OVER                   2M [#################################################] 100%
Downloading Track 3 - WORLD MADE OF MARBLE   5M [#################################################] 100%
Downloading Track 4 - SUDDENLY EVAPORATE     2M [#################################################] 100%
Downloading Track 5 - CALL TOWER             1M [#################################################] 100%
Downloading Track 6 - MOBO                   1M [#################################################] 100%
Downloading Track 7 - STANDING BY THE 260    6M [#################################################] 100%
Downloading Track 8 - GESTURES               8M [#################################################] 100%
Downloading Track 9 - TAMIKA                 2M [#################################################] 100%
Downloading Track 10 - POWER APPROACHES     43M [#################################################] 100%
Downloaded 10 Tracks and 77.62M in 11 Seconds.

Command Line Options

bcdl 0.1.0
Grant Handy <grantshandy@gmail.com>
A command line bandcamp downloader

USAGE:
    bcdl [FLAGS] [OPTIONS] --url <url>

FLAGS:
    -d, --debug      Don't actually save the songs for debugging purposes
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -p, --path <path>    Path to save songs to
    -u, --url <url>      Download from bandcamp URL
Commit count: 0

cargo fmt