Go to file
2019-01-28 12:28:08 +01:00
.idea initial commit 2019-01-28 12:28:08 +01:00
src initial commit 2019-01-28 12:28:08 +01:00
.gitignore initial commit 2019-01-28 12:28:08 +01:00
Cargo.lock initial commit 2019-01-28 12:28:08 +01:00
Cargo.toml initial commit 2019-01-28 12:28:08 +01:00
ecload.iml initial commit 2019-01-28 12:28:08 +01:00
LICENSE initial commit 2019-01-28 12:28:08 +01:00
README.md initial commit 2019-01-28 12:28:08 +01:00

ecload

A small tool to download books from https://www.e-codices.unifr.ch.

Installation

Install from crates.io.

cargo install ecload

Usage

USAGE:
    ecload [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -i, --id <ID>          Id of the book to download. Copy the last to url parts on the overview page to get it (for
                           example bbb/0003).
    -o, --out-dir <DIR>    The directory where the resulting pdf is saved. [default: .]
    -s, --size <SIZE>      Sets the size of the downloaded images. [default: medium]  [possible values: Small, Medium,
                           Large, Max]