mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 04:25:05 +01:00
...
This commit is contained in:
parent
07078bcd5d
commit
31c2d99fad
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ def preprocess_html(self, soup):
|
|||
keep_only_tags = [
|
||||
dict(name='div', attrs={'class':['contenu']})
|
||||
]
|
||||
|
||||
remove_tags = [dict(name='div', attrs={'class':['LM_atome']})]
|
||||
remove_tags_after = [dict(id='appel_temoignage')]
|
||||
|
||||
def get_article_url(self, article):
|
||||
|
|
|
|||
Loading…
Reference in a new issue