[kemonoparty] add 'posts' extractor (#5194)

This commit is contained in:
Mike Fährmann
2024-02-13 15:41:34 +01:00
parent 814ad9321e
commit 139ff3f6ab
4 changed files with 41 additions and 17 deletions

View File

@@ -326,6 +326,13 @@ __tests__ = (
"#count" : 13,
},
{
"#url" : "https://kemono.su/posts?q=foobar",
"#category": ("", "kemonoparty", "posts"),
"#class" : kemonoparty.KemonopartyPostsExtractor,
"#count" : range(60, 100),
},
{
"#url" : "https://kemono.su/favorites",
"#category": ("", "kemonoparty", "favorite"),