mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #5335 (guardian receipe outputs pages that contain two html-trees)
This commit is contained in:
parent
17da75cc50
commit
1127bb435b
@ -119,5 +119,7 @@ class Guardian(BasicNewsRecipe):
|
|||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
||||||
|
def postprocess_html(self,soup,first):
|
||||||
|
return soup.findAll('html')[0]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user