Fix #7960 (Updated recipe for La Nacion)

This commit is contained in:
Kovid Goyal 2010-12-19 09:13:10 -07:00
parent c9fe094afa
commit fb1c5286ce

View File

@ -78,4 +78,6 @@ class Lanacion(BasicNewsRecipe):
]
def preprocess_html(self, soup):
for item in soup.findAll(style=True):
del item['style']
return self.adeify_images(soup)