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