[pixiv:novel] add 'covers' option (#5373)

This commit is contained in:
Mike Fährmann
2024-04-11 22:27:49 +02:00
parent b57051719f
commit 35d4a706ae
3 changed files with 33 additions and 6 deletions

View File

@@ -459,11 +459,14 @@ __tests__ = (
{
"#url" : "https://www.pixiv.net/novel/show.php?id=16422450",
"#comment" : "embeds",
"#comment" : "embeds // covers (#5373)",
"#category": ("", "pixiv", "novel"),
"#class" : pixiv.PixivNovelExtractor,
"#options" : {"embeds": True},
"#count" : 3,
"#options" : {
"embeds": True,
"covers": True,
},
"#count" : 4,
},
{