diff options
Diffstat (limited to 'gallery_dl/extractor/xhamster.py')
| -rw-r--r-- | gallery_dl/extractor/xhamster.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gallery_dl/extractor/xhamster.py b/gallery_dl/extractor/xhamster.py index 0422589..a338216 100644 --- a/gallery_dl/extractor/xhamster.py +++ b/gallery_dl/extractor/xhamster.py @@ -13,7 +13,8 @@ from .. import text import json -BASE_PATTERN = r"(?:https?://)?((?:[^.]+\.)?xhamster\d?\.(?:com|one|desi))" +BASE_PATTERN = (r"(?:https?://)?((?:[^.]+\.)?xhamster" + r"(?:\d?\.(?:com|one|desi)|\.porncache\.net))") class XhamsterExtractor(Extractor): @@ -79,6 +80,7 @@ class XhamsterGalleryExtractor(XhamsterExtractor): ("https://xhamster.desi/photos/gallery/11748968"), ("https://xhamster2.com/photos/gallery/11748968"), ("https://en.xhamster.com/photos/gallery/11748968"), + ("https://xhamster.porncache.net/photos/gallery/11748968"), ) def __init__(self, match): |
