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:
parent
0cac7ff945
commit
ef43295c25
2 changed files with 10 additions and 10 deletions
|
|
@ -353,13 +353,3 @@ class XenForoIndex(XenForo):
|
||||||
|
|
||||||
def _chapter_list(self, url):
|
def _chapter_list(self, url):
|
||||||
return self._chapter_list_index(url)
|
return self._chapter_list_index(url)
|
||||||
|
|
||||||
|
|
||||||
@register
|
|
||||||
class AlternateHistory(XenForo):
|
|
||||||
domain = 'www.alternatehistory.com/forum'
|
|
||||||
|
|
||||||
|
|
||||||
@register
|
|
||||||
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
|
|
||||||
_key = "AlternateHistory"
|
|
||||||
|
|
|
||||||
|
|
@ -90,3 +90,13 @@ class QuestionableQuesting(XenForo2):
|
||||||
@register
|
@register
|
||||||
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
|
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
|
||||||
_key = "QuestionableQuesting"
|
_key = "QuestionableQuesting"
|
||||||
|
|
||||||
|
|
||||||
|
@register
|
||||||
|
class AlternateHistory(XenForo2):
|
||||||
|
domain = 'www.alternatehistory.com/forum'
|
||||||
|
|
||||||
|
|
||||||
|
@register
|
||||||
|
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
|
||||||
|
_key = "AlternateHistory"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue