GithubHelp home page GithubHelp logo

manget's Introduction

rust build

This project is for personal use, but I think it is nice to make it public so other people with the same need can use it.

Manget is a collection of tools written in Rust which help download manga from all over the internet and zip it to a cbz format so it can be read by an e-reader. Currently supported sites are:

This project includes:

  • manget: the core library
  • manget_cli: a cli tool to download manga to local PC
  • manget_server: a server that provides an api to download manga. This is typically used in tandem with a custom made browser extension.

You're most likely interested in the manget_cli tool, which can be downloaded from the release page. This tool has 2 modes: download one chapter and download a list of chapters:

  • Download one chapter: manget_cli <url>. To download into cbz format: manget_cli --cbz <url>.
  • Download list of chapters: manget_cli -f <file>. Where <file> is a text file contains list of chapter urls (you can use Copy Selected Links extension to make the list). To download into cbz format: manget_cli --make-cbz -f <file>.

Run manget_cli -h for more detail.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.