[fansly] implement 'home' extractor (#4401)

This commit is contained in:
Mike Fährmann
2025-09-03 19:52:50 +02:00
parent 556af306f3
commit 1082d99aef
2 changed files with 34 additions and 3 deletions

View File

@@ -25,4 +25,19 @@ __tests__ = (
"#class" : fansly.FanslyCreatorPostsExtractor,
},
{
"#url" : "https://fansly.com/home",
"#class" : fansly.FanslyHomeExtractor,
},
{
"#url" : "https://fansly.com/home/subscribed",
"#class" : fansly.FanslyHomeExtractor,
},
{
"#url" : "https://fansly.com/home/list/1234567890",
"#class" : fansly.FanslyHomeExtractor,
},
)