[fansly] add 'creator-media' extractor (#4401)

This commit is contained in:
Mike Fährmann
2025-09-12 22:20:21 +02:00
parent 737a40c943
commit 9677bf6e18
4 changed files with 64 additions and 10 deletions

View File

@@ -591,7 +591,7 @@ def subcategory_text(bc, c, sc):
sc = f"{sc[:-1]}ies"
elif sc.endswith("h"):
sc = f"{sc}es"
elif not sc.endswith("s"):
elif not sc.endswith("s") and not sc.endswith("edia"):
sc = f"{sc}s"
return sc