This project depends on Google Chrome and ChromeDriver, install them first.
$ pip install japscandownloader
OR
$ git clone https://github.com/Harkame/JapScanDownloader.git
$ cd JapScanDownloader
$ python -m pip install .
$ which chromedriver
/usr/local/bin/chromedriver
$ japscandownloader
The program uses a configuration file. This file contains list of mangas to download, destination path, etc.
Copy and edit the default configuration file (config.yml) to match your needs.
Changing the image resolution is not yet a configurable attribute. Yet you can
edit the japscandownloader/jss_selenium.py file and change the window-size
to
your desired resolution.