mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 12:26:08 +01:00
...
This commit is contained in:
parent
57a59d2798
commit
6b9bf086db
1 changed files with 2 additions and 1 deletions
|
|
@ -44,8 +44,9 @@ class GlobeAndMail(BasicNewsRecipe):
|
|||
dict(name='div', attrs={'id':'blog-header'}),
|
||||
dict(name='div', attrs={'id':'right-rail'}),
|
||||
dict(name='div', attrs={'id':'group-footer-container'}),
|
||||
dict(name=['iframe'])
|
||||
dict(name=['iframe', 'style'])
|
||||
]
|
||||
remove_attributes = ['style']
|
||||
remove_tags_after = [{'id':['article-content']},
|
||||
{'class':['pull','inline-img'] },
|
||||
dict(name='img', attrs={'class':'inline-media-embed'}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue