Account for base href in XenForo so emoticon images work.

This commit is contained in:
Jim Miller
2015-10-08 18:16:41 -05:00
parent 33916543e3
commit 9993836eca
@@ -314,5 +314,6 @@ class BaseXenForoForumAdapter(BaseSiteAdapter):
</div>"""%(url,traceback.format_exc()))
else:
raise
return self.utf8FromSoup(url,bq)
# XenForo uses <base href="https://forums.spacebattles.com/" />
return self.utf8FromSoup(self.getURLPrefix()+'/',bq)