#manga #downloader #cli

robin_cli_core

robin 下载器核心功能

1 个不稳定版本

0.1.0 2024年4月30日

#21 in #manga


用于 robin_cli

自定义许可

19KB
393

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

依赖项

~11–25MB
~420K SLoC