summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/hitomi.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-11-04 18:45:48 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-11-04 18:45:48 -0400
commit7997fa94c82f9a6db63421c0af433f325a8aa607 (patch)
tree25e8377f1d038f8dad93e2c54c12beacbc65f470 /gallery_dl/extractor/hitomi.py
parente052f3b9e1d9703a5a466daeaf37bacf476c2daf (diff)
New upstream version 1.26.2.upstream/1.26.2
Diffstat (limited to 'gallery_dl/extractor/hitomi.py')
-rw-r--r--gallery_dl/extractor/hitomi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/hitomi.py b/gallery_dl/extractor/hitomi.py
index bc49ca3..88f5708 100644
--- a/gallery_dl/extractor/hitomi.py
+++ b/gallery_dl/extractor/hitomi.py
@@ -21,7 +21,7 @@ class HitomiGalleryExtractor(GalleryExtractor):
category = "hitomi"
root = "https://hitomi.la"
pattern = (r"(?:https?://)?hitomi\.la"
- r"/(?:manga|doujinshi|cg|gamecg|galleries|reader)"
+ r"/(?:manga|doujinshi|cg|gamecg|imageset|galleries|reader)"
r"/(?:[^/?#]+-)?(\d+)")
example = "https://hitomi.la/manga/TITLE-867789.html"