Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmzhao/kissmanga-downloader

Download manga from kissmanga (which usually has good translations)
https://github.com/bmzhao/kissmanga-downloader

anime docker downloader java kissanime kissanime-downloader kissmanga kissmanga-downloader

Last synced: 17 days ago
JSON representation

Download manga from kissmanga (which usually has good translations)

Awesome Lists containing this project

README

        

# Kissmanga Downloader

Don't wanna right click and save as image for every single page of your favorite manga on KissManga? Automatically download all the manga instead! Inspired by [this](https://github.com/aviaryan/Kissanime-Batch-Downloader), manga should be downloadable as well.

__Before using this script, read [TERMS OF USING](terms-of-using.md).__

Put the url of the manga you want to download from kissmanga.com (i.e. http://kissmanga.com/Manga/Shingeki-no-Kyojin) on line 16 of the docker-compose.yml file, and simply run `make run` or `docker-compose up`.

Each manga chapter is downloaded as a separate directory of png files. All manga directories are downloaded to `/output`.

## How it Works
Selenium is used to control a firefox browser running in a docker container, in order to render the manga pages, and retrieve all image urls. The images are then downloaded en masse.
Currently only supports `kissmanga.com`, no support yet for `kissmanga.io`, and other tld variants yet.