forked from shokara/mdx-dl
Simple MangaDex Downloader
.gitignore | ||
mdx-chapter-list | ||
mdx-dl | ||
mdx-search | ||
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