Crates.io | robin_cli |
lib.rs | robin_cli |
version | 0.1.1 |
source | src |
created_at | 2024-04-30 16:27:45.133085 |
updated_at | 2024-05-02 09:08:42.18115 |
description | A command line tool to bulk download manga from various sources |
homepage | |
repository | https://github.com/NandeMD/robin |
max_upload_size | |
id | 1225230 |
size | 69,390 |
A cross-platform command line tool to mass download manga and webnovel from multiple websites.
cargo install robin_cli
Download the binary from releases and use it.
git clone https://github.com/NandeMD/robin.git
cd robin
With Cargo (recommended)
cargo install
Custom
cargo build
# Afther the build process, you can locate robin(.exe) binary in the target/release folder.
# Simple bulk download:
robin -o ~/Desktop manga https://testurluwuowo.uwu
# Download 10 chapters at the same time (not recommended)
robin -o ~/Desktop -c 10 manga https://testurluwuowo.uwu
# Compress your download
robin -o ~/Desktop manga https://testurluwuowo.uwu --compress
If you want a site added, please open an issue from issue tracker.
If you want to solve an issue or contribute the code, see CONTRIBUTING.md
See SITES.md.