[pixiv] fix exception when processing deleted sanity_level work (#6339)

https://github.com/mikf/gallery-dl/issues/6339#issuecomment-2427350524
This commit is contained in:
Mike Fährmann
2024-10-21 20:35:48 +02:00
parent 9a2bccd0d9
commit 2d15e64ea9
2 changed files with 11 additions and 3 deletions

View File

@@ -266,6 +266,13 @@ __tests__ = (
],
},
{
"#url" : "https://www.pixiv.net/en/artworks/104582860",
"#comment" : "deleted limit_sanity_level_360.png work (#6339)",
"#class" : pixiv.PixivWorkExtractor,
"#count" : 0,
},
{
"#url" : "https://www.pixiv.net/en/artworks/103983466",
"#comment" : "empty 'caption' in App API response (#4327, #5191)",