This commit is contained in:
Kovid Goyal 2024-04-08 15:50:17 +05:30
commit 2b16a1613e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -31,7 +31,7 @@ class outlook(BasicNewsRecipe):
remove_tags = [
dict(name='svg'),
dict(name='a', attrs={'href':lambda x: x and x.startswith('https://www.whatsapp.com/')}),
classes('ads-box info-img-absolute mobile-info-id story-dec-time-mobile')
classes('ads-box info-img-absolute mobile-info-id story-dec-time-mobile sb-also-read ads-box1')
]
def get_browser(self):