## 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 ```