diff options
Diffstat (limited to 'gallery_dl/extractor/hentaihand.py')
| -rw-r--r-- | gallery_dl/extractor/hentaihand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/hentaihand.py b/gallery_dl/extractor/hentaihand.py index 7635bf1..4485925 100644 --- a/gallery_dl/extractor/hentaihand.py +++ b/gallery_dl/extractor/hentaihand.py @@ -74,7 +74,7 @@ class HentaihandTagExtractor(Extractor): root = "https://hentaihand.com" pattern = (r"(?i)(?:https?://)?(?:www\.)?hentaihand\.com" r"/\w+/(parody|character|tag|artist|group|language" - r"|category|relationship)/([^/?&#]+)") + r"|category|relationship)/([^/?#]+)") test = ( ("https://hentaihand.com/en/artist/himuro", { "pattern": HentaihandGalleryExtractor.pattern, |
