[vichan] support 'guro.cx' (#8080)

This commit is contained in:
Mike Fährmann
2025-08-20 11:38:29 +02:00
parent d9d8172364
commit 55a2633196
3 changed files with 37 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ BASE_PATTERN = VichanExtractor.update({
"root": None,
"pattern": r"smuglo(?:\.li|li\.net)",
},
"gurochan": {
"root": "https://boards.guro.cx",
"pattern": r"boards\.guro\.cx",
},
})