a simple method to get all image in an exhentai gallery.
Project description
exhentai_gallery
a simple method to get all image in an exhentai gallery.
Installation
pip install exhentai_gallery
Usage
If you have an exhentai account, use exhentai (slower):
from exhentai_gallery import exhentai_get_image_links
from exhentai_gallery import get_exhentai_cookie
from exhentai_gallery import ImageParallelDownloader
# First page URL of the gallery
gallery_url = "https://exhentai.org/s/f45e2977ea/3884442-1"
# Retrieve all image links (stored in list)
# You must fill in chrome.exe and chromedriver.exe if you are accessing exhentai
image_links = exhentai_get_image_links(
gallery_url,
r"D:\ProgramData\chrome-win64\chrome.exe",
r"D:\ProgramData\chromedriver-win64\chromedriver.exe",
link_call_back=print,
cookies=get_exhentai_cookie(
ipb_member_id="...",
ipb_pass_hash="...",
igneous="..."
),
encoding="utf-8")
ImageParallelDownloader(image_links, "./img/").download_all()
If you do not have an exhentai account, use e-hentai:
from exhentai_gallery import exhentai_get_image_links
from exhentai_gallery import ImageParallelDownloader
gallery_url = "https://e-hentai.org/s/89212e7849/3885016-1"
# Retrieve all image links (stored in list)
# You do not need to fill in chrome.exe and chromedriver.exe if you are accessing e-hentai
image_links = exhentai_get_image_links(
gallery_url,
r"D:\ProgramData\chrome-win64\chrome.exe",
r"D:\ProgramData\chromedriver-win64\chromedriver.exe",
link_call_back=print,
encoding="utf-8")
ImageParallelDownloader(image_links, "./img/").download_all()
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file exhentai_gallery-0.1.3.tar.gz.
File metadata
- Download URL: exhentai_gallery-0.1.3.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.12 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
958ef6387a523e8e8ebb8574d900e39edc298f9b30aeca8086746a2cc82b2608
|
|
| MD5 |
06b714ae2170ed534b317b529b0d38a9
|
|
| BLAKE2b-256 |
0a0fc6240f955f7b9c76c486fbe034fb486863153ccd4ec9bd8d02d577a02a79
|
File details
Details for the file exhentai_gallery-0.1.3-py3-none-any.whl.
File metadata
- Download URL: exhentai_gallery-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.12 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aa8560b0cc00a8b777fb4a45a0364711cb31bc6743b005018987742ed8d884f
|
|
| MD5 |
e7684ea03d3eaeea0e4f5706d8cb2679
|
|
| BLAKE2b-256 |
0a66f535eea1f223e0d5d8a034ef1d7ac5062f28e43a15a4faed02d970739b6e
|