mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f66242b32d
commit
741a90eece
@ -41,7 +41,7 @@ class LosTiempos_Bol(BasicNewsRecipe):
|
|||||||
keep_only_tags = [dict(name='div', attrs={'id':'articulo'})]
|
keep_only_tags = [dict(name='div', attrs={'id':'articulo'})]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name=['meta','link','form','iframe','embed','object','hr'])
|
dict(name=['meta','link','form','iframe','embed','object','hr'])
|
||||||
,dict(attrs={'class':['caja_fonts sin_border_bot','pub']})
|
,dict(attrs={'class':['caja_fonts sin_border_bot','pub','twitter-share-button']})
|
||||||
]
|
]
|
||||||
remove_attributes = ['width','height']
|
remove_attributes = ['width','height']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user