Skip to main content

Get and save images from jump web viewer

Project description

jumpget

Get and save images from jump web viewer.

Library

from getjump import GetJump as gj

next_uri = "https://shonenjumpplus.com/episode/13932016480028799982.json"
while next_uri:
    next_uri, prev_title = g.get(next_uri, overwrite=False)
    print("saved:", prev_title)
    print("next:", next_uri)

CLI

$ jget -h
usage: jget [-h] [-d SAVEDIR] [-o] [-b] url

Get images from jump web viewer

positional arguments:
  url                   target url (ex: https://shonenjumpplus.com/episode/***.json)

optional arguments:
  -h, --help            show this help message and exit
  -d SAVEDIR, --savedir SAVEDIR
                        directory to save downloaded images
  -o, --overwrite       overwrite or not
  -b, --bulk            download in bulk or not
$ jget https://shonenjumpplus.com/episode/13932016480028799982.json
saved: ./阿波連さんははかれない/[1話]阿波連さんははかれない

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getjump-0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

getjump-0.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page