diff --git a/sites/xenforo.py b/sites/xenforo.py index 386ac0f..60b760c 100644 --- a/sites/xenforo.py +++ b/sites/xenforo.py @@ -265,3 +265,11 @@ class QuestionableQuesting(XenForo): @register class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex): pass + +@register +class AlternateHistory(XenForo): + domain = 'www.alternatehistory.com/forum' + +@register +class AlternateHistoryIndex(AlternateHistory, XenForoIndex): + pass