diff --git a/sites/xenforo.py b/sites/xenforo.py index 4616cbf..257f6d7 100644 --- a/sites/xenforo.py +++ b/sites/xenforo.py @@ -335,16 +335,6 @@ def _chapter_list(self, url): return self._chapter_list_index(url) -@register -class QuestionableQuesting(XenForo): - domain = 'forum.questionablequesting.com' - - -@register -class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex): - _key = "QuestionableQuesting" - - @register class AlternateHistory(XenForo): domain = 'www.alternatehistory.com/forum' diff --git a/sites/xenforo2.py b/sites/xenforo2.py index a0d38c0..d37e8c5 100644 --- a/sites/xenforo2.py +++ b/sites/xenforo2.py @@ -78,3 +78,14 @@ class SufficientVelocity(XenForo2): class TheSietch(XenForo2): domain = 'www.the-sietch.com' index_urls = True + + +@register +class QuestionableQuesting(XenForo2): + domain = 'forum.questionablequesting.com' + + +@register +class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex): + _key = "QuestionableQuesting" +