manga-dl

Codecov Format vr scripts codecov

manga-dl - download mangas from official manga websites.

Installation

Requirements

Deno

macOS, Linux

curl -fsSL https://deno.land/install.sh | sh

Windows (PowerShell)

iwr https://deno.land/install.ps1 -useb | iex

Install

deno install -qAn mangadl https://deno.land/x/mangadl/mangadl.ts

(-qAn mangadl means that run quietly, allow all, and name as mangadl )

Upgrade

mangadl upgrade

Usage

Help

$ mangadl --help

manga-dl v0.0.2

    Usage:
        mangadl upgrade
        mangadl --help
        mangadl <url>
        mangadl [options] <url> 

    Commands:
        upgrade:
            Upgrade mangadl to the latest version.

    Options:
        --help:
            Show this message

        --zip:
            Save as zip
            example:
                mangadl --zip https://example.com/episode/1234 

        --all: [Experimental]
            Download all episodes of a series
            This is an experimental feature.
            example:
                mangadl --all https://example.com/series/1234 

        --dir:
            Change save directory
            example:
                mangadl --dir /path/to/save/mangas https://example.com/episode/1234 

Basic usage

mangadl https://shonenjumpplus.com/episode/3269754496638370192

After this, mangas directory will be created and the downloaded manga will be stored in it.

Download with zip

mangadl --zip https://shonenjumpplus.com/episode/3269754496638370192

Download all episodes of a series [Experimental]

mangadl --all https://shonenjumpplus.com/episode/3269754496638370192 

Change download directory

mangadl --dir /path/to/download https://shonenjumpplus.com/episode/3269754496638370192

Supported sites

Tested and verified sites

Not working site(s)

TODO

  • Feature to download by series
  • Feature to download all available episodes

Agreement

Do not publish mangas downloaded using this tool on the Internet.

Do not use mangas downloaded with this tool for commercial purposes. Please keep it for personal use only.

The author of this tool is not responsible for any damage caused by the use of this tool. Use at your own risk.