Simple MangaDex Downloader
Find a file
2024-12-25 00:00:00 +00:00
.gitignore initial commit 2020-11-07 23:06:24 -05:00
mdx-chapter-list updated mdx scripts to adapt to api changes 2024-12-25 00:00:00 +00:00
mdx-dl updated mdx scripts to adapt to api changes 2024-12-25 00:00:00 +00:00
mdx-search updated mdx scripts to adapt to api changes 2024-12-25 00:00:00 +00:00
README migrate to mangadex v5 api and add search script 2021-05-10 16:22:00 -04:00

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