Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/7x11x13/free-bandcamp-downloader

Get free/name your price music from Bandcamp in lossless quality
https://github.com/7x11x13/free-bandcamp-downloader

Last synced: 4 months ago
JSON representation

Get free/name your price music from Bandcamp in lossless quality

Awesome Lists containing this project

README

        

# free-bandcamp-downloader

Download free and $0 minimum name-your-price albums and tracks from Bandcamp (including ones that are sent to email),
and tag them with data from the Bandcamp page. Also able to download items in your collection, if login cookies are
supplied using the `--cookies` or `--identity` argument.

## Installation

Install with pip
```
pip install free-bandcamp-downloader
```

## Note on passing cookies

Only one cookie is needed to login, which has the name "identity". You can pass this cookie to `bcdl-free` using the
`--cookies` argument which you must supply a path to a Netscape cookies.txt formatted file, or using the `--identity`
argument which you must supply the value of your "identity" cookie.

## Usage

```
Usage:
bcdl-free (-a | -l )[--force][--no-unzip][-d | --dir ][-e | --email ]
[-z | --zipcode ][-c | --country ][-f | --format ]
[--cookies ][--identity ][--debug]
bcdl-free setdefault [-d | --dir ][-e | --email ][-z | --zipcode ]
[-c | --country ][-f | --format ]
bcdl-free defaults
bcdl-free clear
bcdl-free (-h | --help)
bcdl-free --version
Options:
-h --help Show this screen
--version Show version
-a Download the album at URL
-l Download all free albums of the label at URL
--force Download even if album has been downloaded before
--no-unzip Don't unzip downloaded albums
setdefault Set default options
defaults List the default options
clear Clear download history
-d --dir Set download directory
-c --country Set country
-z --zipcode Set zipcode
-e --email Set email (set to 'auto' to automatically download from a disposable email)
-f --format Set format
--cookies Path to cookies.txt file so albums in your collection can be downloaded
--identity Value of identity cookie so albums in your collection can be downloaded
--debug Set loglevel to debug
Formats:
- FLAC
- V0MP3
- 320MP3
- AAC
- Ogg
- ALAC
- WAV
- AIFF
```