update test results

This commit is contained in:
Mike Fährmann
2019-11-26 23:27:15 +01:00
parent d4d8c1c01f
commit 42b9633c7e
3 changed files with 3 additions and 3 deletions

View File

@@ -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):