mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1239a405bc
commit
09ee23dd1c
@ -94,7 +94,8 @@ class LiveMint(BasicNewsRecipe):
|
||||
'''
|
||||
|
||||
keep_only_tags = [
|
||||
dict(name='article', attrs={'id':lambda x: x and x.startswith(('article_', 'box_', 'storyPage_storyBox__'))}),
|
||||
dict(name='article', attrs={'id':lambda x: x and x.startswith(('article_', 'box_'))}),
|
||||
dict(attrs={'class':lambda x: x and x.startswith('storyPage_storyBox__')}),
|
||||
classes('contentSec')
|
||||
]
|
||||
remove_tags = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user