Go to file
2019-05-27 17:11:33 +02:00
.idea cross compilation 2019-05-27 17:11:33 +02:00
cmd/ecload update readme 2019-05-27 17:04:45 +02:00
pkg/ecload change from rust to go as I could not figure out the image loading problem in rust 2019-05-27 16:52:48 +02:00
.gitignore cross compilation 2019-05-27 17:11:33 +02:00
ecload.iml change from rust to go as I could not figure out the image loading problem in rust 2019-05-27 16:52:48 +02:00
go.mod change from rust to go as I could not figure out the image loading problem in rust 2019-05-27 16:52:48 +02:00
go.sum change from rust to go as I could not figure out the image loading problem in rust 2019-05-27 16:52:48 +02:00
LICENSE initial commit 2019-01-28 12:28:08 +01:00
Makefile cross compilation 2019-05-27 17:11:33 +02:00
README.md update readme 2019-05-27 17:04:45 +02:00

ecload

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

Building from source

make

Output is at bin/ecload.

Usage

Usage: ecload [-o=<PATH>] [-s=<SIZE>] ID

Download books from https://www.e-codices.unifr.ch
                  
Arguments:        
  ID              ID of the book to download. Copy the last two url parts on the overview page to get it (for example bbb/0003).
                  
Options:          
  -v, --version   Show the version and exit
  -o, --out-dir   save pdf in PATH (default ".")
  -s, --size      Size of the downloaded images. One of small, medium, large, max. (default "medium")