Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/bmzhao/kissmanga-downloader
- Owner: bmzhao
- Created: 2017-04-04T23:20:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T22:54:48.000Z (about 2 years ago)
- Last Synced: 2024-10-04T12:56:38.822Z (about 1 month ago)
- Topics: anime, docker, downloader, java, kissanime, kissanime-downloader, kissmanga, kissmanga-downloader
- Language: Java
- Size: 9.77 KB
- Stars: 26
- Watchers: 4
- Forks: 176
- Open Issues: 30
-
Metadata Files:
- Readme: Readme.md
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.