orly

Download O'Reilly books as EPUB.

GitHub release Downloads Crates.io License

Table of Contents

Installation

Github releases (recommended)

Archives of precompiled binaries for orly are available for Windows, macOS and Linux. Linux and Windows binaries are static executables.

Cargo

If you're a Rust programmer, orly can be installed with cargo.

> Note that the minimum supported version of Rust for `orly` is **1.54.0**.

You need to install the development headers of libxml2 first. The process depends on the OS being used:

Finally install orly:

bash cargo install orly

After installation, the orly command will be available. Check the command line section for supported commands.

Usage

Command line interface

Currently orly supports these commands

```bash USAGE: orly.exe [FLAGS] [OPTIONS] --creds ...

ARGS: Book ID to download. Digits from the URL

FLAGS: -h, --help Print help information -k, --kindle Tweak css to avoid overflow. Useful for e-readers -v, --verbose Sets the level of verbosity -V, --version Print version information

OPTIONS: -c, --creds Sign in credentials --cookie Cookie string -o, --output Directory to save the final epub to [default: .] -t, --threads Sets the maximum number of concurrent http requests [default: 20] ```