mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #7960 (Updated recipe for La Nacion)
This commit is contained in:
parent
c9fe094afa
commit
fb1c5286ce
@ -78,4 +78,6 @@ class Lanacion(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def preprocess_html(self, soup):
|
def preprocess_html(self, soup):
|
||||||
|
for item in soup.findAll(style=True):
|
||||||
|
del item['style']
|
||||||
return self.adeify_images(soup)
|
return self.adeify_images(soup)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user