[kemonoparty] fix 'comments' for posts without comments (#6415)

https://github.com/mikf/gallery-dl/issues/6415#issuecomment-2501966303
This commit is contained in:
Mike Fährmann
2024-11-26 23:23:39 +01:00
parent 74d855c693
commit 2162fa7df2
2 changed files with 23 additions and 5 deletions

View File

@@ -123,12 +123,23 @@ __tests__ = (
},
{
"#url" : "https://kemono.su/patreon/user/34134344/post/38129255",
"#comment" : "DMs (#2008)",
"#url" : "https://kemono.su/patreon/user/3161935/post/23445732",
"#comment" : "comments (#2008)",
"#category": ("", "kemonoparty", "patreon"),
"#class" : kemonoparty.KemonopartyPostExtractor,
"#options" : {"dms": True},
"#options" : {"comments": True},
"comments": "len:12",
},
{
"#url" : "https://kemono.su/patreon/user/34134344/post/38129255",
"#comment" : "DMs (#2008); no comments",
"#category": ("", "kemonoparty", "patreon"),
"#class" : kemonoparty.KemonopartyPostExtractor,
"#options" : {"dms": True, "comments": True},
"comments": (),
"dms": [
{
"added" : "2021-07-31T02:47:51.327865",