update test results
This commit is contained in:
parent
d4d8c1c01f
commit
42b9633c7e
@ -22,7 +22,7 @@ class HentainexusGalleryExtractor(GalleryExtractor):
|
||||
test = (
|
||||
("https://hentainexus.com/view/5688", {
|
||||
"url": "746d0043e20030f1171aae5ea113176607302517",
|
||||
"keyword": "9512cf5f258130e5f75de9954d7a13217c2405e7",
|
||||
"keyword": "c1b7091e2bc2f733f6401711e072ad11cf93dd69",
|
||||
}),
|
||||
("https://hentainexus.com/read/5688"),
|
||||
)
|
||||
|
@ -261,7 +261,7 @@ class NewgroundsMediaExtractor(NewgroundsExtractor):
|
||||
"comment" : "re:RECORDED 12-09-2014\n\nFrom The ZJ \"Late ",
|
||||
"date" : "type:datetime",
|
||||
"description": "From The ZJ Report Show!",
|
||||
"favorites" : 18,
|
||||
"favorites" : int,
|
||||
"index" : 609768,
|
||||
"rating" : "",
|
||||
"score" : float,
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user