mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
...
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user