2 个版本
0.1.1 | 2024年5月2日 |
---|---|
0.1.0 | 2024年4月30日 |
#834 in 命令行工具
每月 39 次下载
38KB
498 行
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。
依赖关系
~16–30MB
~512K SLoC