Harkame / JapScanDownloader

Script to download mangas from JapScan
GNU General Public License v3.0
20 stars 7 forks source link
japscan manga manga-downloader python

JapScanDownloader

PyPI version Codacy Badge Maintainability License: GPL v3

Installation

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

Usage

$ japscandownloader

Configuration

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.

Change image resolutions

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.

TODO