Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

mangathr

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mangathr

A terminal client for downloading manga, with support for sites like MangaDex, Cubari and more.

latest
Source
npmnpm
Version
0.3.4
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

📦 Mangathr

npm version Known Vulnerabilities

mangathr is a command-line program to download manga chapters from numerous online platforms (See Plugins). It supports monitoring ongoing manga to check for new chapters. It bundles each chapters with an accompanying ComicInfo.xml for correct numbering in manga readers such as Komga.

 

Features

  • Supports downloading and monitoring 7+ different sites.
  • Automatically includes ComicInfo.xml for use with manga readers.
  • Rename and renumber chapters from within the download interface.
  • Support for bulk chapter renaming with Regex.

Installation

npm install -g mangathr

Build from source

Ensure you have npm and node installed and run the following commands:

$ git clone https://github.com/browningluke/mangathr.git && cd mangathr
$ npm install
$ npm run build
$ npm link

Usage

$ mangathr [SUBCOMMAND] [OPTIONS]

When downloading chapters (download or update), chapters will be downloaded into subfolder in current working directory.

Subcommands

download <plugin> <query>           Download chapter(s) of a manga
                                    from plugin.
register <plugin> <query>           Register manga to database for
                                    new chapter checking.
manage   <delete || list>           Manage the manga currently
                                    registered in the database.
update                              Check registered manga for new
                                    chapters.

Options

-h, --help                          Displays this help text and
                                    exits.
-y                                  Register manga or download all
                                    chapters without need for user
                                    confirmation.
--list-plugins                      Prints all available plugins.

Plugins

  • Mangadex
  • Cubari
  • Guya Reader
  • CatManga
  • Webtoons
  • Mangakakalot
  • Mangasushi

Mangadex

Accepts any search query and returns the closest match. Also accepts Mangdex title or chapter URLs as query; as well as a title ID.

E.g.

  • mangadex.org/title/TITLE_ID
  • mangadex.org/chapter/CHAPTER_ID
  • TITLE_ID

Cubari

Accepts Imgur, Gist and Mangdex cubari URLs.

E.g.

  • cubari.moe/read/imgur/ID
  • cubari.moe/read/gist/ID
  • cubari.moe/read/mangadex/ID

Guya Reader

Accepts any site hosting a Guya reader.

E.g

  • guya.moe/read/manga/ID
  • danke.moe/read/manga/ID
  • hachirumi.com/read/manga/ID

CatManga, Webtoons, Mangakakalot, Mangasushi

Accepts any search term and returns the closest match.

FAQs

Package last updated on 23 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts