1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 08:22:56 +01:00

AlternateHistory is on XenForo2 now

...this was the last site I had in old XenForo, so I will probably want
to clean that up soon.
This commit is contained in:
David Lynch 2024-11-23 21:41:36 -06:00
parent 0cac7ff945
commit ef43295c25
2 changed files with 10 additions and 10 deletions

View file

@ -353,13 +353,3 @@ class XenForoIndex(XenForo):
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"

View file

@ -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"