diff --git a/sites/xenforo.py b/sites/xenforo.py index 324925b..3eb0746 100644 --- a/sites/xenforo.py +++ b/sites/xenforo.py @@ -353,13 +353,3 @@ def matches(cls, url): def _chapter_list(self, url): return self._chapter_list_index(url) - - -@register -class AlternateHistory(XenForo): - domain = 'www.alternatehistory.com/forum' - - -@register -class AlternateHistoryIndex(AlternateHistory, XenForoIndex): - _key = "AlternateHistory" diff --git a/sites/xenforo2.py b/sites/xenforo2.py index 157d776..b74b691 100644 --- a/sites/xenforo2.py +++ b/sites/xenforo2.py @@ -90,3 +90,13 @@ class QuestionableQuesting(XenForo2): @register class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex): _key = "QuestionableQuesting" + + +@register +class AlternateHistory(XenForo2): + domain = 'www.alternatehistory.com/forum' + + +@register +class AlternateHistoryIndex(AlternateHistory, XenForoIndex): + _key = "AlternateHistory"