[xenforo] support 'celebforum.to' (#8902)

This commit is contained in:
Mike Fährmann
2026-01-19 15:38:02 +01:00
parent 2f84b05ccd
commit cc5bfa6eb0
4 changed files with 113 additions and 0 deletions

View File

@@ -374,6 +374,10 @@ BASE_PATTERN = XenforoExtractor.update({
"root": "https://allthefallen.moe/forum",
"pattern": r"(?:www\.)?allthefallen\.moe/forum",
},
"celebforum": {
"root": "https://celebforum.to",
"pattern": r"(?:www\.)?celebforum\.to",
},
})