This commit is contained in:
Kovid Goyal 2018-06-29 05:44:08 +05:30
commit 1511eadfe2
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -87,6 +87,7 @@ def get_browser(self):
return br
remove_tags = [
{'attrs': {'class': lambda x: x and 'is-hidden' in x}},
{'attrs': {'class': lambda x: x and 'Toolbar' in x}},
{'attrs': {'class': lambda x: x and 'Tooltip' in x}},
{'attrs': {'class': lambda x: x and 'Topics' in x}},