mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-24 17:53:46 +01:00
Add minor fix for portkey.org chapter parsing.
This commit is contained in:
parent
668fca6f6e
commit
dafbac5c9b
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ class PortkeyOrgAdapter(BaseSiteAdapter): # XXX
|
|||
data = self._fetchUrl(url)
|
||||
|
||||
data = data.replace("HTML>","div>")
|
||||
data = data.replace("html>","div>")
|
||||
|
||||
soup = bs.BeautifulSoup(data)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue