mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-18 11:13:34 +02:00
fix le_monde.recipe (it was empty)
This commit is contained in:
parent
aa0b0a197b
commit
8ee16c37b4
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ def preprocess_html(self, soup):
|
|||
|
||||
|
||||
keep_only_tags = [
|
||||
dict(name='div', attrs={'class':['global']})
|
||||
dict(name='article', attrs={})
|
||||
]
|
||||
|
||||
remove_tags = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue