2021-08-30 12:37:08 -04:00
2021-08-30 12:37:08 -04:00
2021-04-27 14:43:25 -04:00
2021-08-30 11:23:46 -04:00

free-bandcamp-downloader

Download free and $0 minimum name-your-price albums and tracks from Bandcamp (including ones that are sent to email), and tags them with data from the Bandcamp page.

Installation

Requires Firefox and geckodriver

Make sure geckodriver is in your PATH environment variable

Install with pip

pip install git+https://github.com/7x11x13/free-bandcamp-downloader

Usage

Usage:
    bcdl-free (-a <URL> | -l <URL>)[--force][-d | --dir <dir>][-e | --email <email>]
        [-z | --zipcode <zipcode>][-c | --country <country>][-f | --format <format>]
    bcdl-free setdefault [-d | --dir <dir>][-e | --email <email>][-z | --zipcode <zipcode>]
        [-c | --country <country>][-f | --format <format>]
    bcdl-free defaults
    bcdl-free clear
    bcdl-free (-h | --help)
    bcdl-free --version
Options:
    -h --help                   Show this screen
    --version                   Show version
    -a <URL>                    Download the album at URL
    -l <URL>                    Download all free albums of the label at URL
    --force                     Download even if album has been downloaded before
    setdefault                  Set default options
    defaults                    List the default options
    clear                       Clear download history
    -d --dir <dir>              Set download directory
    -c --country <country>      Set country
    -z --zipcode <zipcode>      Set zipcode
    -e --email <email>          Set email (set to 'auto' to automatically download from a disposable email)
    -f --format <format>        Set format
Formats:
    - FLAC
    - V0MP3
    - 320MP3
    - AAC
    - Ogg
    - ALAC
    - WAV
    - AIFF
S
Description
Get free/name your price music from Bandcamp in lossless quality. Fork of https://github.com/7x11x13/free-bandcamp-downloader
Readme 134 KiB
Languages
Python 82.2%
Nix 17.8%