mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-06 08:05:28 +01:00
Fix adapter_fictionmaniatv image page parsing
This commit is contained in:
parent
56e91c1f73
commit
0107ce7d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class FictionManiaTVAdapter(BaseSiteAdapter):
|
|||
## fetching SWI version now instead of text.
|
||||
htmlurl = url.replace('readtextstory','readhtmlstory')
|
||||
soup = self._customized_fetch_url(htmlurl)
|
||||
div = soup.find('div',style="margin-left:10ex;margin-right:10em")
|
||||
div = soup.find('div',style="margin-left:10ex;margin-right:10ex")
|
||||
if div:
|
||||
return self.utf8FromSoup(htmlurl,div)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue