mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/dirkgomez/calibre
This commit is contained in:
commit
1e8e109b40
@ -42,10 +42,13 @@ class ElPais(BasicNewsRecipe):
|
||||
'articulo-apertura',
|
||||
'articulo__contenedor'
|
||||
]}),
|
||||
dict(name='div', attrs={'class': 'a_c',}),
|
||||
|
||||
]
|
||||
|
||||
remove_tags = [
|
||||
dict(attrs={'class': [
|
||||
dict(
|
||||
attrs={'class': [
|
||||
'sumario__interior',
|
||||
'articulo-trust',
|
||||
'compartir',
|
||||
@ -54,7 +57,11 @@ class ElPais(BasicNewsRecipe):
|
||||
'more_info',
|
||||
'articulo-apoyos',
|
||||
'top10',
|
||||
]}),
|
||||
]
|
||||
},
|
||||
),
|
||||
dict(id='cta_id'),
|
||||
dict(name='svg'),
|
||||
]
|
||||
|
||||
feeds = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user