[fansly] handle posts without accountId/contentId/attachments (#8572)

This commit is contained in:
Mike Fährmann
2025-11-19 19:20:45 +01:00
parent e91337d5c3
commit 7b059958c2
2 changed files with 19 additions and 3 deletions

View File

@@ -118,6 +118,12 @@ __tests__ = (
"#class" : fansly.FanslyCreatorMediaExtractor,
},
{
"#url" : "https://fansly.com/VchiBan/media",
"#comment" : "posts without 'accountId' or 'contentId'",
"#class" : fansly.FanslyCreatorMediaExtractor,
},
{
"#url" : "https://fansly.com/home",
"#class" : fansly.FanslyHomeExtractor,