Skip to content

ジャンプ系列の漫画をダウンロードするライブラリ/ソフトウェア

License

Notifications You must be signed in to change notification settings

fa0311/jump-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jumpplus_downloader

日本語 For Windows

About

For Educational Purposes Only.
Made on intent to read without depending on the Internet environment.
Please DO NOT archive the manga or publish it to a third party, upload.

Support

PHP Python
Download o o
Login x o

PHP

Installation

# need GD library to run.
$ apt-get install php7.0-gd

Using

include('lib/jumpplus_downloader.php');

$instance = new jumpplus_downloader();
$instance->auto_list_download("https://shonenjumpplus.com/episode/10833519556325021865", true, 1); //URL, Download next episode(deprecated), Delay(sec)

Python

Installation

$ git clone https://github.com/fa0311/jumpplus-downloader.git
$ cd jumpplus-downloader/py
$ sudo pip3 install -r requirements.txt
# If you got an error to install, please use this command instead.
$ sudo apt install python3-img2pdf python3-requests

Using

from lib.jumpplus_downloader import jumpplus_downloader

jpd = jumpplus_downloader()
jpd.auto_list_download(url="https://shonenjumpplus.com/episode/10833519556325021865", sleeptime=20, next=True, pdfConversion=True, zero_padding=True)

cron

This is a cron that deletes comics downloaded at 0:00:00. Be sure to register.

0 0 * * * cd php && sh delete.sh

License

jumpplus_downloader is under MIT License

About

ジャンプ系列の漫画をダウンロードするライブラリ/ソフトウェア

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •