You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
.gitignore | 2 years ago | |
README | 1 year ago | |
mdx-chapter-list | 1 year ago | |
mdx-dl | 1 year ago | |
mdx-search | 1 year ago |
README
mdx-dl
======
Downloads MangaDex chapters into .cbz files
Can be automated by feeding chapter URLs from MangaDex RSS feeds' items
^ mdx-chapter-list.sh can also be used for this purpose
Dependencies
------------
curl - to access MangaDex's API and download chapter pages
jq - to parse the API response
zip - to compress the pages into .cbz [only for mdx-dl]
Usage
-----
./mdx-search manganame
./mdx-dl chapter-id
./mdx-chapter-list manga-id
Example
-------
To search for manga, you can run:
$ ./mdx-search yotsubato
To download all the chapters in 'Yotsuba to!', you can run:
$ ./mdx-chapter-list 58be6aa6-06cb-4ca5-bd20-f1392ce451fb | grep -v page | cut -d' ' -f2 | xargs ./mdx-dl