Crates.io | robin_cli_core |
lib.rs | robin_cli_core |
version | 0.1.0 |
source | src |
created_at | 2024-04-30 16:26:14.03043 |
updated_at | 2024-04-30 16:26:14.03043 |
description | Core functionality for robin downloader |
homepage | |
repository | https://github.com/NandeMD/robin |
max_upload_size | |
id | 1225228 |
size | 19,507 |
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.