mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 02:36:09 +01:00
Update New York Post
This commit is contained in:
parent
166bb9fbb0
commit
d1bd7b73eb
1 changed files with 5 additions and 1 deletions
|
|
@ -37,7 +37,11 @@ class NewYorkPost(BasicNewsRecipe):
|
|||
|
||||
remove_tags = [
|
||||
dict(itemprop=['sharebar-trigger-desktop', ]),
|
||||
classes('floating-share sharedaddy sd-sharing-enabled tag-list module-wrapper'),
|
||||
classes(
|
||||
'floating-share floating-share-wrap sharedaddy sd-sharing-enabled tag-list module-wrapper'
|
||||
' inline-module--author inline-module--columnist inline-module--primary-tag'
|
||||
' author-flyout modal__email-author button gowatchit-inline'
|
||||
),
|
||||
dict(name=['link', 'meta']),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue