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
Release history Release notifications | RSS feed
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 details)
Built Distribution
getjump-0.1-py3-none-any.whl
(4.4 kB
view details)
File details
Details for the file getjump-0.1.tar.gz
.
File metadata
- Download URL: getjump-0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0606d51bb8b4139dc524199340f12d2e2e0651cb5c6351c8a32244e8a758cf0a |
|
MD5 | b8faff3f2d90194e0e0fc151b6f5a407 |
|
BLAKE2b-256 | d874a10650cf72de9c92cb7ff32b69653fa885d9a193f889b31bc7bcdc31e29f |
File details
Details for the file getjump-0.1-py3-none-any.whl
.
File metadata
- Download URL: getjump-0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0db92261c0a58eafdabb6e5f4e1cd6e69a4f9efe9216a9e4f94da191216b692e |
|
MD5 | e086ca466847dc758d0a9046a0197e04 |
|
BLAKE2b-256 | a5dcb2a5c90d7b5eeb7a5ee828d2929c5cb226e47dbafd0875275d1276de5be4 |