mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 00:14:30 +01:00
Fix #5335 (guardian receipe outputs pages that contain two html-trees)
This commit is contained in:
parent
17da75cc50
commit
1127bb435b
1 changed files with 2 additions and 0 deletions
|
|
@ -119,5 +119,7 @@ def parse_index(self):
|
|||
raise NotImplementedError
|
||||
|
||||
|
||||
def postprocess_html(self,soup,first):
|
||||
return soup.findAll('html')[0]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue