mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7e5f328fc3
commit
e15889987e
@ -31,7 +31,7 @@ class outlook(BasicNewsRecipe):
|
|||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name='svg'),
|
dict(name='svg'),
|
||||||
dict(name='a', attrs={'href':lambda x: x and x.startswith('https://www.whatsapp.com/')}),
|
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):
|
def get_browser(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user