Skip to content

Commit

Permalink
Fix questionable questing, which has moved to xenforo2
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed May 15, 2024
1 parent 53727fd commit 26cd1d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sites/xenforo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
11 changes: 11 additions & 0 deletions sites/xenforo2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 26cd1d5

Please sign in to comment.