Crates.io Crates.io

mangadex-scraper

scrapes manga off of mangadex.org

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 /title/22723/sewayaki-kitsune-no-senko-san

Chapter ID is /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