mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix le_monde.recipe (it was empty)
This commit is contained in:
parent
aa0b0a197b
commit
8ee16c37b4
@ -108,7 +108,7 @@ class LeMonde(BasicNewsRecipe):
|
|||||||
|
|
||||||
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name='div', attrs={'class':['global']})
|
dict(name='article', attrs={})
|
||||||
]
|
]
|
||||||
|
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user