update test results

pull/511/head
Mike Fährmann 5 years ago
parent d4d8c1c01f
commit 42b9633c7e
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -22,7 +22,7 @@ class HentainexusGalleryExtractor(GalleryExtractor):
test = ( test = (
("https://hentainexus.com/view/5688", { ("https://hentainexus.com/view/5688", {
"url": "746d0043e20030f1171aae5ea113176607302517", "url": "746d0043e20030f1171aae5ea113176607302517",
"keyword": "9512cf5f258130e5f75de9954d7a13217c2405e7", "keyword": "c1b7091e2bc2f733f6401711e072ad11cf93dd69",
}), }),
("https://hentainexus.com/read/5688"), ("https://hentainexus.com/read/5688"),
) )

@ -261,7 +261,7 @@ class NewgroundsMediaExtractor(NewgroundsExtractor):
"comment" : "re:RECORDED 12-09-2014\n\nFrom The ZJ \"Late ", "comment" : "re:RECORDED 12-09-2014\n\nFrom The ZJ \"Late ",
"date" : "type:datetime", "date" : "type:datetime",
"description": "From The ZJ Report Show!", "description": "From The ZJ Report Show!",
"favorites" : 18, "favorites" : int,
"index" : 609768, "index" : 609768,
"rating" : "", "rating" : "",
"score" : float, "score" : float,

@ -65,7 +65,7 @@ class PiczelUserExtractor(PiczelExtractor):
subcategory = "user" subcategory = "user"
pattern = r"(?:https?://)?(?:www\.)?piczel\.tv/gallery/([^/?&#]+)/?$" pattern = r"(?:https?://)?(?:www\.)?piczel\.tv/gallery/([^/?&#]+)/?$"
test = ("https://piczel.tv/gallery/Maximumwarp", { test = ("https://piczel.tv/gallery/Maximumwarp", {
"count": ">= 50", "count": ">= 45",
}) })
def __init__(self, match): def __init__(self, match):

Loading…
Cancel
Save