diff --git a/recipes/livemint.recipe b/recipes/livemint.recipe index c6cb471def..8eb4586b06 100644 --- a/recipes/livemint.recipe +++ b/recipes/livemint.recipe @@ -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 = [