mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-06 03:20:24 +02:00
Fix adapter_thesietchcom for site change
This commit is contained in:
parent
ee63036c6d
commit
7c1a723a6d
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ class TheSietchComAdapter(BaseXenForo2ForumAdapter):
|
|||
# in case it needs more than just site/
|
||||
return '/index.php?'
|
||||
|
||||
def get_threadmarks_top(self,souptag):
|
||||
return souptag.select_one('div.block-outer-main--threadmarks')
|
||||
|
||||
def make_reader_url(self,tmcat_num,reader_page_num):
|
||||
# https://www.the-sietch.com/index.php?threads/shattered-sphere-the-arcadian-free-march.3243/reader/page-2
|
||||
# discard tmcat_num -- the-sietch.com doesn't have multiple
|
||||
|
|
|
|||
Loading…
Reference in a new issue