1 个不稳定版本
0.1.0 | 2024年4月30日 |
---|
#21 in #manga
用于 robin_cli
19KB
393 行
Robin
一个跨平台的命令行工具,可以从多个网站批量下载漫画和网络小说。
安装
通过 Cargo(推荐)
cargo install robin_cli
从版本
从 版本 下载二进制文件并使用它。
从源码
- 克隆仓库。
git clone https://github.com/NandeMD/robin.git
- 切换到目录。
cd robin
- 构建和安装。
- 使用 Cargo(推荐)
cargo install
- 自定义
cargo build # Afther the build process, you can locate robin(.exe) binary in the target/release folder.
- 使用 Cargo(推荐)
用法
示例
# 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
如何添加站点支持?
-
如果您想添加站点,请从 问题追踪器 打开一个问题。
-
如果您想解决问题或贡献代码,请参阅 CONTRIBUTING.md
支持站点
见 SITES.md。
依赖项
~11–25MB
~420K SLoC