mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-26 19:00:03 +01:00
adapter_alternatehistorycom now uses same thread group HTML as XenForo2. Closes #590
This commit is contained in:
parent
c27ffc52b2
commit
91073658cc
1 changed files with 0 additions and 4 deletions
|
|
@ -41,7 +41,3 @@ class WWWAlternatehistoryComAdapter(BaseXenForo2ForumAdapter):
|
|||
def getPathPrefix(cls):
|
||||
# in case it needs more than just site/
|
||||
return '/forum/'
|
||||
|
||||
def get_threadmarks_top(self,souptag):
|
||||
return souptag.find('div',{'class':'block-outer-opposite--threadmarks'})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue