mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-24 09:44:28 +01:00
Fix for site change: adapter_wuxiaworldcom
This commit is contained in:
parent
0da6b59eff
commit
6e2bc4b8c4
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class WuxiaWorldComSiteAdapter(BaseSiteAdapter):
|
|||
logger.debug('Getting chapter text from: %s', url)
|
||||
data = self._fetchUrl(url)
|
||||
soup = self.make_soup(data)
|
||||
content = soup.select_one('.section-content .fr-view')
|
||||
content = soup.select_one('.panel-default .fr-view')
|
||||
|
||||
# Remove next- and previous-chapter links
|
||||
for a in content.select('.chapter-nav'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue