mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #8487 (NRC Handelsblad feed is empty)
This commit is contained in:
parent
73a5003a4c
commit
d702402380
@ -38,7 +38,7 @@ class Pagina12(BasicNewsRecipe):
|
|||||||
keep_only_tags = [dict(attrs={'class':'uitstekendekeus'})]
|
keep_only_tags = [dict(attrs={'class':'uitstekendekeus'})]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name=['meta','base','link','object','embed'])
|
dict(name=['meta','base','link','object','embed'])
|
||||||
,dict(attrs={'class':['reclamespace','tags-and-sharing']})
|
,dict(attrs={'class':['reclamespace','tags-and-sharing','sharing-is-caring']})
|
||||||
]
|
]
|
||||||
remove_attributes=['lang']
|
remove_attributes=['lang']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user