mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 03:36:06 +01:00
Fix XF2 elided threadmarks fetch.
This commit is contained in:
parent
ada3f5ed2a
commit
a7ebdb78ab
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class BaseXenForo2ForumAdapter(BaseXenForoForumAdapter):
|
|||
def get_threadmark_range_url(self,tm_item,tmcat_num):
|
||||
fetcher = tm_item.find('div',{'data-xf-click':'threadmark-fetcher'})
|
||||
# logger.debug(fetcher)
|
||||
return fetcher['data-fetchurl']
|
||||
return self.getURLPrefix() + fetcher['data-fetchurl']
|
||||
|
||||
def get_threadmark_date(self,tm_item):
|
||||
return self.make_date(tm_item)
|
||||
|
|
|
|||
Loading…
Reference in a new issue