This program downloads web comics.
If website is bookstore, K-AutoBook takes a screenshot of page displayed by browser. Then screenshot is trimmed. And if website is alphapolis, K-AutoBook downloads image files.
This program is supposed to work on Unix-based OS.
Python
Python 3.4.6 or laterpip
pip 9.0.1 or laterChromeDriver
ChromeDriver 77.0.3865.40 or later
$ cd <install directory>
$ git clone https://github.com/amu-kuroneko/K-AutoBook.git
$ cd K-AutoBook
$ pip install -r requirements.txt
$ cd <install directory>/K-AutoBook
$ ./k_auto_book.py
Input URL > <Specify the URL of the page that you want to download>
Input Captcha > <Characters of image captcha>
Output Path > <Specify the path that you want to save images>
You can specify the format of URL below.
http://ebookjapan.yahoo.co.jp/<number>/<id>
http://www.alphapolis.co.jp/manga/viewManga/<number>
Sample of ebookjapan
You can specify the URL of a page that like this link.
Sample of Alphaplis
You can specify the URL of the page that is displaied the comics.
You must not specify the URL of list page.
Please contact the owner of this repository.