#manga #downloader #command-line-tool #cli

app robin_cli

从各种来源批量下载漫画的命令行工具

2 个版本

0.1.1 2024年5月2日
0.1.0 2024年4月30日

#834 in 命令行工具

每月 39 次下载

自定义许可协议

38KB
498

Robin

一个跨平台的命令行工具,可从多个网站批量下载漫画和网络小说。

安装

cargo install robin_cli

通过版本发布

版本发布 下载二进制文件并使用它。

从源代码

  1. 克隆仓库。
    git clone https://github.com/NandeMD/robin.git
    
  2. 进入目录。
    cd robin
    
  3. 构建和安装。
    • 使用 Cargo(推荐)
      cargo install
      
    • 自定义
      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

如何添加站点支持?

支持的站点

SITES.md

依赖关系

~16–30MB
~512K SLoC