diff options
Diffstat (limited to 'gallery_dl/extractor/fuskator.py')
| -rw-r--r-- | gallery_dl/extractor/fuskator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/fuskator.py b/gallery_dl/extractor/fuskator.py index eba1c39..df55061 100644 --- a/gallery_dl/extractor/fuskator.py +++ b/gallery_dl/extractor/fuskator.py @@ -17,7 +17,7 @@ class FuskatorGalleryExtractor(GalleryExtractor): """Extractor for image galleries on fuskator.com""" category = "fuskator" root = "https://fuskator.com" - pattern = r"(?:https?://)?fuskator\.com/(?:thumbs|expanded)/([^/?&#]+)" + pattern = r"(?:https?://)?fuskator\.com/(?:thumbs|expanded)/([^/?#]+)" test = ( ("https://fuskator.com/thumbs/d0GnIzXrSKU/", { "pattern": r"https://i\d+.fuskator.com/large/d0GnIzXrSKU/.+\.jpg", |
