mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Indian Express
This commit is contained in:
parent
bc669cb342
commit
f9bdd4465a
@ -14,10 +14,12 @@ class IndianExpress(BasicNewsRecipe):
|
||||
remove_tags = [
|
||||
dict(name='iframe'),
|
||||
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',
|
||||
'google_new', 'header_new', 'slidebox']}),
|
||||
dict(name='a', attrs={'class':'nobdr'}),
|
||||
dict(name='h3', attrs={'class':['readcomm']}),
|
||||
#dict(name='span', text=':'),
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user