[xenforo] support 'titsintops.com' (#8945)

This commit is contained in:
Mike Fährmann
2026-01-27 10:31:26 +01:00
parent 105e2379d4
commit b67e3c15ff
4 changed files with 111 additions and 0 deletions

View File

@@ -398,6 +398,10 @@ BASE_PATTERN = XenforoExtractor.update({
"root": "https://celebforum.to",
"pattern": r"(?:www\.)?celebforum\.to",
},
"titsintops": {
"root": "https://titsintops.com/phpBB2",
"pattern": r"(?:www\.)?titsintops\.com/phpBB2",
},
})