Fix #5335 (guardian receipe outputs pages that contain two html-trees)

This commit is contained in:
Kovid Goyal 2010-04-21 06:23:27 -06:00
parent 17da75cc50
commit 1127bb435b

View File

@ -119,5 +119,7 @@ class Guardian(BasicNewsRecipe):
raise NotImplementedError raise NotImplementedError
def postprocess_html(self,soup,first):
return soup.findAll('html')[0]