Crates.io Crates.io

mangadex-scraper

scrapes manga off of mangadex.org

NOTE: Individual chapter downloading is not available at this time.

Usage

Download latest version from github or cargo and run mangadex-scraper <ID> <manga/chapter> with the manga/chapter ID passed as an arg

Manga ID is https://mangadex.org/title/22723/sewayaki-kitsune-no-senko-san

Chapter ID is https://mangadex.org/chapter/8857/1

use mangadex-scraper --help for more info

can also be installed through cargo by running cargo install mangadex-scraper

Contributing

on the off chance anybody wants to contribute, clone the repository and run cargo build