[xenforo] implement 'media' support (#8785)

add 'media-user' and 'media-item' extractors
TODO: 'media-category' extractor (?)
This commit is contained in:
Mike Fährmann
2026-01-09 21:21:19 +01:00
parent fe1fc5da12
commit 60104f20af
6 changed files with 172 additions and 4 deletions

View File

@@ -465,6 +465,10 @@ SUBCATEGORY_MAP = {
"wikimedia": {
"article": ["Articles", "Categories", "Files"],
},
"xenforo": {
"media-user": "User Media",
"media-item": "Media Files",
},
}
BASE_MAP = {