Update README
This commit is contained in:
@@ -7,6 +7,7 @@ supplied using the `--cookies` or `--identity` argument.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Install with pip
|
Install with pip
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install free-bandcamp-downloader
|
pip install free-bandcamp-downloader
|
||||||
```
|
```
|
||||||
@@ -21,33 +22,40 @@ argument which you must supply the value of your "identity" cookie.
|
|||||||
|
|
||||||
```
|
```
|
||||||
Usage:
|
Usage:
|
||||||
bcdl-free (-a <URL> | -l <URL>)[--force][--no-unzip][-d | --dir <dir>][-e | --email <email>]
|
bcdl-free setdefault [-d <dir>] [-e <email>] [-z <zipcode>]
|
||||||
[-z | --zipcode <zipcode>][-c | --country <country>][-f | --format <format>]
|
[-c <country>] [-f <format>]
|
||||||
[--cookies <file>][--identity <value>][--debug]
|
|
||||||
bcdl-free setdefault [-d | --dir <dir>][-e | --email <email>][-z | --zipcode <zipcode>]
|
|
||||||
[-c | --country <country>][-f | --format <format>]
|
|
||||||
bcdl-free defaults
|
bcdl-free defaults
|
||||||
bcdl-free clear
|
bcdl-free clear
|
||||||
bcdl-free (-h | --help)
|
bcdl-free -h | --help | --version
|
||||||
bcdl-free --version
|
bcdl-free [--debug] [--force] [--no-unzip] [-al]
|
||||||
|
[-d <dir>] [-e <email>] [-z <zipcode>] [-c <country>] [-f <format>]
|
||||||
|
[--cookies <file>] [--identity <value>] [--download-history-file <file>]
|
||||||
|
URL...
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
URL URL to download. Can be a link to a label or release page
|
||||||
|
|
||||||
|
Subcommands:
|
||||||
|
setdefaults set default configuration options
|
||||||
|
defaults list default configuration options
|
||||||
|
clear clear default configuration options
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-h --help Show this screen
|
-h --help Show this screen
|
||||||
--version Show version
|
--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
|
--force Download even if album has been downloaded before
|
||||||
--no-unzip Don't unzip downloaded albums
|
--no-unzip Don't unzip downloaded albums
|
||||||
setdefault Set default options
|
--debug Set loglevel to debug
|
||||||
defaults List the default options
|
-a -l Dummy options, for backwards compatibility
|
||||||
clear Clear download history
|
-d <dir> --dir <dir> Set download directory
|
||||||
-d --dir <dir> Set download directory
|
-c <country> --country <country> Set country
|
||||||
-c --country <country> Set country
|
-z <zipcode> --zipcode <zipcode> Set zipcode
|
||||||
-z --zipcode <zipcode> Set zipcode
|
-e <email> --email <email> Set email (set to 'auto' to automatically download from a disposable email)
|
||||||
-e --email <email> Set email (set to 'auto' to automatically download from a disposable email)
|
-f <format> --format <format> Set format
|
||||||
-f --format <format> Set format
|
|
||||||
--cookies <file> Path to cookies.txt file so albums in your collection can be downloaded
|
--cookies <file> Path to cookies.txt file so albums in your collection can be downloaded
|
||||||
--identity <value> Value of identity cookie so albums in your collection can be downloaded
|
--identity <value> Value of identity cookie so albums in your collection can be downloaded
|
||||||
--debug Set loglevel to debug
|
--download-history-file <file> Path to history file containing downloaded albums
|
||||||
|
|
||||||
Formats:
|
Formats:
|
||||||
- FLAC
|
- FLAC
|
||||||
- V0MP3
|
- V0MP3
|
||||||
|
|||||||
Reference in New Issue
Block a user