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.
| PHP | Python | |
|---|---|---|
| Download | o | o |
| Login | x | o |
# need GD library to run.
$ apt-get install php7.0-gdinclude('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)$ 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-requestsfrom 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)This is a cron that deletes comics downloaded at 0:00:00. Be sure to register.
0 0 * * * cd php && sh delete.shjumpplus_downloader is under MIT License