Bibe is a command-line tool that allows you to download every chapter (or a
subset) of a series from websites like webtoons.com
or mangadex.org
.
You can download a pre-compiled executable for Linux, MacOS and Windows
operating systems, then you should copy that executable to a location from your
$PATH
env:
You might need to run chmod +x bibe_amd64
or chmod +x bibe_darwin
.
If you prefer to build bibe
manually, or a pre-compiled executable is not
provided for your platform, then you can build bibe
from the source:
cargo install bibe
```bash
USAGE:
bibe [OPTIONS] --url
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-b, --begin
The simplest invocation only requires you to specify the URL of the series you want to download, the other options have sensible defaults.
bash
bibe -u "https://www.webtoons.com/fr/thriller/hell-is-other-people/list?title_no=1841"
If you only want to download a subset of the chapters, you can specify a range. For example, the following command will download the first 10 chapters under the specified directory:
bash
bibe --url "https://www.webtoons.com/fr/thriller/hell-is-other-people/list?title_no=1841" \
--begin 1
--end 10
--output ~/Documents/Books/Webtoons