diff --git a/gallery_dl/extractor/hentainexus.py b/gallery_dl/extractor/hentainexus.py index 9e2ee9ff..193cadf9 100644 --- a/gallery_dl/extractor/hentainexus.py +++ b/gallery_dl/extractor/hentainexus.py @@ -22,7 +22,7 @@ class HentainexusGalleryExtractor(GalleryExtractor): test = ( ("https://hentainexus.com/view/5688", { "url": "746d0043e20030f1171aae5ea113176607302517", - "keyword": "9512cf5f258130e5f75de9954d7a13217c2405e7", + "keyword": "c1b7091e2bc2f733f6401711e072ad11cf93dd69", }), ("https://hentainexus.com/read/5688"), ) diff --git a/gallery_dl/extractor/newgrounds.py b/gallery_dl/extractor/newgrounds.py index 6c897c90..5454e526 100644 --- a/gallery_dl/extractor/newgrounds.py +++ b/gallery_dl/extractor/newgrounds.py @@ -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, diff --git a/gallery_dl/extractor/piczel.py b/gallery_dl/extractor/piczel.py index 2775dac7..5f502458 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):