diff options
Diffstat (limited to 'gallery_dl/extractor/piczel.py')
| -rw-r--r-- | gallery_dl/extractor/piczel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/piczel.py b/gallery_dl/extractor/piczel.py index 2775dac..5f50245 100644 --- a/gallery_dl/extractor/piczel.py +++ b/gallery_dl/extractor/piczel.py @@ -65,7 +65,7 @@ class PiczelUserExtractor(PiczelExtractor): subcategory = "user" pattern = r"(?:https?://)?(?:www\.)?piczel\.tv/gallery/([^/?&#]+)/?$" test = ("https://piczel.tv/gallery/Maximumwarp", { - "count": ">= 50", + "count": ">= 45", }) def __init__(self, match): |
