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

and add 'lists' extractor to collect your account's lists
This commit is contained in:
Mike Fährmann
2025-09-03 20:51:27 +02:00
parent 1082d99aef
commit 0fcd34d15e
2 changed files with 81 additions and 6 deletions

View File

@@ -40,4 +40,14 @@ __tests__ = (
"#class" : fansly.FanslyHomeExtractor,
},
{
"#url" : "https://fansly.com/lists/1234567890",
"#class" : fansly.FanslyListExtractor,
},
{
"#url" : "https://fansly.com/lists",
"#class" : fansly.FanslyListsExtractor,
},
)