[hitomi] recognize 'imageset' gallery URLs (#4756)

This commit is contained in:
Mike Fährmann
2023-11-02 15:29:44 +01:00
parent 91e20eb59b
commit fc8f86bf24
2 changed files with 8 additions and 1 deletions

View File

@@ -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"