From 03e9d3844f9ba867592695dce120859779534d2c Mon Sep 17 00:00:00 2001 From: David Lynch Date: Sun, 6 Aug 2023 17:43:51 -0500 Subject: [PATCH] Add the-sietch.com to xenforo sites --- sites/xenforo2.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sites/xenforo2.py b/sites/xenforo2.py index a438cd3..a0d38c0 100644 --- a/sites/xenforo2.py +++ b/sites/xenforo2.py @@ -72,3 +72,9 @@ class SpaceBattlesIndex(SpaceBattles, XenForoIndex): @register class SufficientVelocity(XenForo2): domain = 'forums.sufficientvelocity.com' + + +@register +class TheSietch(XenForo2): + domain = 'www.the-sietch.com' + index_urls = True