ecload/README.md

757 B

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]