Yet Another Mangadex Scraper - A tool for downloading manga.
This repository has been archived on 2020-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
nihilazo 17c28b252d remove debugging print 2019-02-20 11:34:17 +00:00
.gitignore initial commit 2018-12-23 14:24:03 +00:00
mangadex.py quite a lot of changes. Fake UA 2019-02-20 11:33:36 +00:00
readme.md meh 2018-12-24 00:21:46 +00:00
yams remove debugging print 2019-02-20 11:34:17 +00:00

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