[xenforo] add 'media-category' extractor (#8785)

This commit is contained in:
Mike Fährmann
2026-01-10 11:21:06 +01:00
parent 32e95f403c
commit bb7d540c7a
4 changed files with 64 additions and 40 deletions

View File

@@ -148,4 +148,10 @@ __tests__ = (
"#class" : xenforo.XenforoMediaUserExtractor,
},
{
"#url" : "https://www.allthefallen.moe/forum/index.php?media/categories/translations.2/",
"#category": ("xenforo", "atfforum", "media-category"),
"#class" : xenforo.XenforoMediaCategoryExtractor,
},
)