mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
07078bcd5d
commit
31c2d99fad
@ -99,7 +99,7 @@ class LeMonde(BasicNewsRecipe):
|
|||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name='div', attrs={'class':['contenu']})
|
dict(name='div', attrs={'class':['contenu']})
|
||||||
]
|
]
|
||||||
|
remove_tags = [dict(name='div', attrs={'class':['LM_atome']})]
|
||||||
remove_tags_after = [dict(id='appel_temoignage')]
|
remove_tags_after = [dict(id='appel_temoignage')]
|
||||||
|
|
||||||
def get_article_url(self, article):
|
def get_article_url(self, article):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user