Skip to content

Download manga from kissmanga (which usually has good translations)

Notifications You must be signed in to change notification settings

bmzhao/kissmanga-downloader

Repository files navigation

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, manga should be downloadable as well.

Before using this script, read TERMS OF USING.

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 <current-working-directory>/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.

Releases

No releases published

Packages

No packages published