adapter_alternatehistorycom now uses same thread group HTML as XenForo2. Closes #590

This commit is contained in:
Jim Miller 2020-11-10 09:36:51 -06:00
parent c27ffc52b2
commit 91073658cc

View file

@ -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'})