Update Indian Express

This commit is contained in:
Kovid Goyal 2012-09-21 09:20:43 +05:30
parent bc669cb342
commit f9bdd4465a

View File

@ -14,10 +14,12 @@ class IndianExpress(BasicNewsRecipe):
remove_tags = [ remove_tags = [
dict(name='iframe'), dict(name='iframe'),
dict(name='div', attrs={'class':['pagination_new', 'comments_desc', dict(name='div', attrs={'class':['pagination_new', 'comments_desc',
'content_right', 'bookmarks_div', 'comment_box', 'bookmarks_div_bot', 'box']}), 'commenttext', 'postcomm', 'content_right', 'bookmarks_div',
'comment_box', 'bookmarks_div_bot', 'box']}),
dict(name='div', attrs={'id':['footer', 'tab_innerhc', 'discussion', dict(name='div', attrs={'id':['footer', 'tab_innerhc', 'discussion',
'google_new', 'header_new', 'slidebox']}), 'google_new', 'header_new', 'slidebox']}),
dict(name='a', attrs={'class':'nobdr'}), dict(name='a', attrs={'class':'nobdr'}),
dict(name='h3', attrs={'class':['readcomm']}),
#dict(name='span', text=':'), #dict(name='span', text=':'),
] ]