This commit is contained in:
unkn0w7n 2024-05-30 17:58:40 +05:30
parent 1239a405bc
commit 09ee23dd1c

View File

@ -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 = [