Skip to content

NandeMD/robin

Repository files navigation

Robin

A cross-platform command line tool to mass download manga and webnovel from multiple websites.

Installation

From Releases (Recommended)

Download the binary from releases and use it.

From Cargo

cargo install robin_cli

From Source

You can get the latest features by compiling yourself.

  1. Clone the repository.
    git clone https://github.com/NandeMD/robin.git
  2. Change into directory.
    cd robin
  3. Build and install.
    • With Cargo (recommended)
      cargo install
    • Custom
      cargo build
      
      # Afther the build process, you can locate robin(.exe) binary in the target/release folder.

Usage

Example:

# 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

How to add site support?

  • 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

Supported Sites:

See SITES.md.

Goals

  • Add an option to manga command to select a chapter while downloading.
  • Add support (new command) for downloading webnovels.
  • Add a command option to webnovel command that converts the downloaded files to ePub format.
  • Add at least 10 English content websites for manga.
  • Add at least 10 English content websites for webnovel.
  • Add proxy option.

About

Hoodles Robin, maybe with hood idk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages