1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-05-07 12:01:18 +02:00

Remove hardcoded lxml in xenforo

Follow-up to 4d9c31b6ac
This commit is contained in:
David Lynch 2026-04-24 11:03:49 -05:00
parent 606f85b2da
commit 16b935ce33

View file

@ -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