Skip to content

Harkame/JapScanDownloader

Repository files navigation

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

  • Tests with selenium
  • Chapters folders name (not only number)

Releases

No releases published

Packages

No packages published

Languages