mirror of
https://github.com/kemayo/leech
synced 2025-12-15 21:05:59 +01:00
Xenforo: threadmark changes
This commit is contained in:
parent
ea3432bc99
commit
63e7a0de37
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ class XenForo(Site):
|
|||
base = soup.head.base.get('href')
|
||||
soup = self._soup(base + threadmarks_link.get('href'))
|
||||
|
||||
marks = soup.select('li.primaryContent.memberListItem a')
|
||||
marks = soup.select('.threadmarks li.primaryContent.threadmarkListItem a, .threadmarks li.primaryContent.threadmarkItem a')
|
||||
if not marks:
|
||||
raise SiteException("No marks on threadmarks page")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue