dimuls / bandcamp-download

Simple cli app for downloading albums or single album from https://bandcamp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bandcamp-download

Download your favorite artist albums or a single album using bandcamp-download.

How to install?

You need go to build from the scratch:

go get github.com/dimuls/bandcamp-download

Or you can download binary from releases page and put it to your PATH.

How to use?

Just use help:

./bandcamp-download -h
NAME:
   bandcamp-download

USAGE:
   bandcamp-download [global options] command [command options] [arguments...]

VERSION:
   0.2

DESCRIPTION:
   Tool for download album or albums from bandcamp.com.

AUTHOR:
   Vadim Chernov <dimuls@yandex.ru>

COMMANDS:
     album, a    download album from album page
     albums, as  download albums from albums page
     help, h     Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

Also available:

./bandcamp-download album -h
./bandcamp-download albums -h

Have any problems?

Feel free to contact me:

About

Simple cli app for downloading albums or single album from https://bandcamp.com

License:MIT License


Languages

Language:Go 91.9%Language:Makefile 8.1%