Yet Another Mangadex Scraper - A tool for downloading manga.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
nihilazo 17c28b252d remove debugging print 4 years ago
.gitignore initial commit 5 years ago
mangadex.py quite a lot of changes. Fake UA 4 years ago
readme.md meh 5 years ago
yams remove debugging print 4 years ago

readme.md

YAMS - Yet another mangadex scraper

A poorly-written mangadex scraper, designed primarily for my own personal use.

Usage

usage: yams [-h] [-l LANGUAGE] [-c CHAPTERRANGE] [-g GROUP] [-o OUTPUT] url

positional arguments:
  url                   the manga URL. Can be a mangadex chapter (/chapter/)
                        or manga series (/title/) URL.

optional arguments:
  -h, --help            show this help message and exit
  -l LANGUAGE, --language LANGUAGE
                        the language code to download chapters in. Only
                        relevent to series URLs.
  -c CHAPTERRANGE, --chapterrange CHAPTERRANGE
                        the range of chapters to download, in "start,end"
                        format. Only relevent to manga series URLs.
  -g GROUP, --group GROUP
                        the transation group to download chapters from. This
                        is a group ID not a group name. Only relevent to manga
                        series URLs.
  -o OUTPUT, --output OUTPUT
                        output directory