Skip to content

Commit

Permalink
Update The Guardian and The Observer
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Aug 4, 2021
1 parent 3b77377 commit fe9f96b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/guardian.recipe
Expand Up @@ -42,13 +42,13 @@ class Guardian(BasicNewsRecipe):
remove_tags = [
dict(attrs={'class': lambda x: x and '--twitter' in x}),
dict(attrs={'class': lambda x: x and 'submeta' in x.split()}),
dict(attrs={'data-component': ['share', 'social']}),
dict(attrs={'data-component': ['share', 'social', 'nav', 'nav2']}),
dict(attrs={'data-link-name': 'block share'}),
dict(attrs={'data-print-layout': 'hide'}),
dict(id=['dfp-ad--survey', 'sub-nav-root', 'the-caption', 'bannerandheader']),
{'for': 'the-checkbox'},
dict(href='#maincontent'),
dict(role='navigation'),
dict(href=['#maincontent', '#navigation']),
dict(role=['navigation', 'button']),
dict(attrs={'class': lambda x: x and 'inline-expand-image' in x}),
dict(name='a', attrs={'aria-label': lambda x: x and 'Share On' in x}),
dict(name='a', attrs={'class': lambda x: x and 'social__action js-social__action--top' in x}),
Expand Down

0 comments on commit fe9f96b

Please sign in to comment.