mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
57a59d2798
commit
6b9bf086db
@ -44,8 +44,9 @@ class GlobeAndMail(BasicNewsRecipe):
|
|||||||
dict(name='div', attrs={'id':'blog-header'}),
|
dict(name='div', attrs={'id':'blog-header'}),
|
||||||
dict(name='div', attrs={'id':'right-rail'}),
|
dict(name='div', attrs={'id':'right-rail'}),
|
||||||
dict(name='div', attrs={'id':'group-footer-container'}),
|
dict(name='div', attrs={'id':'group-footer-container'}),
|
||||||
dict(name=['iframe'])
|
dict(name=['iframe', 'style'])
|
||||||
]
|
]
|
||||||
|
remove_attributes = ['style']
|
||||||
remove_tags_after = [{'id':['article-content']},
|
remove_tags_after = [{'id':['article-content']},
|
||||||
{'class':['pull','inline-img'] },
|
{'class':['pull','inline-img'] },
|
||||||
dict(name='img', attrs={'class':'inline-media-embed'}),
|
dict(name='img', attrs={'class':'inline-media-embed'}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user