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 [OPTIONS] ...

ARGS: ... Book ID to download. Digits from the URL

OPTIONS: -c, --creds Sign in credentials --cookie Cookie string -h, --help Print help information -k, --kindle Apply CSS tweaks for kindle devices -o, --output Directory to save the final epub to [default: .] -t, --threads Maximum number of concurrent http requests [default: 20] -v, --verbose Level of verbosity -V, --version Print version information ```