# ecload A small tool to download books from https://www.e-codices.unifr.ch. # Installation Install from [crates.io](https://crates.io/crates/ecload). ``` cargo install ecload ``` # Usage ``` USAGE: ecload [OPTIONS] FLAGS: -h, --help Prints help information -V, --version Prints version information OPTIONS: -i, --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 The directory where the resulting pdf is saved. [default: .] -s, --size Sets the size of the downloaded images. [default: medium] [possible values: Small, Medium, Large, Max] ```