[pornhub] fix KeyError when album images are missing (#6299)

This commit is contained in:
Mike Fährmann
2024-10-09 17:18:06 +02:00
parent d14d04adbf
commit 4adb1df55a
2 changed files with 33 additions and 15 deletions

View File

@@ -31,6 +31,13 @@ __tests__ = (
},
},
{
"#url" : "https://www.pornhub.com/album/69606532",
"#comment" : "KeyError due to missing image entry (#6299)",
"#class" : pornhub.PornhubGalleryExtractor,
"#count" : 6,
},
{
"#url" : "https://www.pornhub.com/album/69040172",
"#category": ("", "pornhub", "gallery"),
@@ -112,7 +119,7 @@ __tests__ = (
"#category": ("", "pornhub", "gifs"),
"#class" : pornhub.PornhubGifsExtractor,
"#pattern" : pornhub.PornhubGifExtractor.pattern,
"#count" : ">= 42",
"#count" : ">= 30",
},
{