[pornhub] fix extraction (#4301)

This commit is contained in:
Mike Fährmann
2023-07-22 14:05:40 +02:00
parent d97b8c2fba
commit 088e8d5fcf

View File

@@ -111,7 +111,7 @@ class PornhubGalleryExtractor(PornhubExtractor):
"views" : text.parse_int(img["times_viewed"]), "views" : text.parse_int(img["times_viewed"]),
"score" : text.parse_int(img["vote_percent"]), "score" : text.parse_int(img["vote_percent"]),
} }
key = img["next"] key = str(img["next"])
if key == end: if key == end:
return return