Skip to main content

Get and save images from jump web viewer

Project description

getjump

PyPI version Maintainability

Retrieve and save images from manga distribution sites using GigaViewer

Note: Redistribution of downloaded image data is prohibited. Please keep it to private use.

Available Site

  • https://comic-action.com/episode/***.json
  • https://comic-days.com/episode/***.json
  • https://comic-gardo.com/episode/***.json
  • https://comic-trail.com/episode/***.json
  • https://comic-zenon.com/episode/***.json
  • https://comicborder.com/episode/***.json
  • https://comicbushi-web.com/episode/***.json
  • https://feelweb.jp/episode/***.json
  • https://kuragebunch.com/episode/***.json
  • https://magcomi.com/episode/***.json
  • https://pocket.shonenmagazine.com/episode/***.json
  • https://shonenjumpplus.com/episode/***.json
  • https://tonarinoyj.jp/episode/***.json
  • https://viewer.heros-web.com/episode/***.json
  • https://www.sunday-webry.com/episode/***.json

Install

# Python>=3.9
pip install getjump

Library

import getjump as g

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

CLI

Usage

$ jget https://shonenjumpplus.com/episode/13932016480028799982.json
get: https://shonenjumpplus.com/episode/13932016480028799982.json
saved: ./阿波連さんははかれない/[1話]阿波連さんははかれない
done.

$ jget -b https://shonenjumpplus.com/episode/10833519556325021912.json
get: https://shonenjumpplus.com/episode/10833519556325021912.json
saved: ./こちら葛飾区亀有公園前派出所/[第1話]こちら葛飾区亀有公園前派出所
next: https://shonenjumpplus.com/episode/10833519556325022016.json
saved: ./こちら葛飾区亀有公園前派出所/[第2話]こちら葛飾区亀有公園前派出所
next: https://shonenjumpplus.com/episode/10833519556325022128.json
saved: ./こちら葛飾区亀有公園前派出所/[第3話]こちら葛飾区亀有公園前派出所
next: https://shonenjumpplus.com/episode/10833519556325022500.json
...
saved: ./こちら葛飾区亀有公園前派出所/[第1950話]こちら葛飾区亀有公園前派出所
next: https://shonenjumpplus.com/episode/13932016480028744844.json
saved: ./こちら葛飾区亀有公園前派出所/[第1951話]こちら葛飾区亀有公園前派出所
next: https://shonenjumpplus.com/episode/13932016480028744845.json
saved: ./こちら葛飾区亀有公園前派出所/[第1952話]こちら葛飾区亀有公園前派出所
next: https://shonenjumpplus.com/episode/13932016480028744846.json
saved: ./こちら葛飾区亀有公園前派出所/[第1953話]こちら葛飾区亀有公園前派出所
done.

Help

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

Get images from jump web viewer

positional arguments:
  url                    target url

optional arguments:
  -h, --help             show this help message and exit
  -b, --bulk             download series in bulk (default: False)
  -d DIR, --savedir DIR  directory to save downloaded images (default: .)
  -f, --first            download only first page (default: False)
  -o, --overwrite        overwrite (default: False)

available urls:
  - https://comic-action.com/episode/***.json
  - https://comic-days.com/episode/***.json
  - https://comic-gardo.com/episode/***.json
  - https://comic-trail.com/episode/***.json
  - https://comic-zenon.com/episode/***.json
  - https://comicborder.com/episode/***.json
  - https://comicbushi-web.com/episode/***.json
  - https://feelweb.jp/episode/***.json
  - https://kuragebunch.com/episode/***.json
  - https://magcomi.com/episode/***.json
  - https://pocket.shonenmagazine.com/episode/***.json
  - https://shonenjumpplus.com/episode/***.json
  - https://tonarinoyj.jp/episode/***.json
  - https://viewer.heros-web.com/episode/***.json
  - https://www.sunday-webry.com/episode/***.json

Screenshot

image

License

MIT


Reference

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.16.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

getjump-0.16-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file getjump-0.16.tar.gz.

File metadata

  • Download URL: getjump-0.16.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for getjump-0.16.tar.gz
Algorithm Hash digest
SHA256 568ee9326fd3da7ae04a29ff47a9095303534b4466b14e03718fdeb2057dbdfd
MD5 c86c69c0ca1c986dfb45b9d220bcdfbe
BLAKE2b-256 492e301057b393fdda5ab64362370dcd44921e7731ed473c4647bfee1f7b203a

See more details on using hashes here.

File details

Details for the file getjump-0.16-py3-none-any.whl.

File metadata

  • Download URL: getjump-0.16-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for getjump-0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 cfa67d3d0a54412bd0b73d973ea997e4fcf8e18166bc5b6d2f5930fc5715802f
MD5 7841fe2ef96893bec9fa18a8a3a964a4
BLAKE2b-256 4eba2fb6efd8dc638634b03b531700a402a6c9cc822158a38a573c8a60d17165

See more details on using hashes here.

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