mirror of
https://github.com/kemayo/leech
synced 2026-05-07 12:01:18 +02:00
parent
606f85b2da
commit
16b935ce33
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ class XenForo(Site):
|
|||
# create a proper post-url, because threadmarks can sometimes
|
||||
# mess up page-wise with anchors
|
||||
url = self.siteurl(f'posts/{postid}/')
|
||||
soup, base = self._soup(url, 'lxml')
|
||||
soup, base = self._soup(url)
|
||||
|
||||
if postid:
|
||||
return self._posts_from_page(soup, postid), base
|
||||
|
|
|
|||
Loading…
Reference in a new issue