mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:13:50 +02:00
Fix blog content inside Economist
This commit is contained in:
parent
858b21dadf
commit
246c5771b5
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ class Economist(BasicNewsRecipe):
|
|||
]
|
||||
}
|
||||
),
|
||||
dict(attrs={
|
||||
'class': lambda x: x and 'blog-post__siblings-list-aside' in x.split()}),
|
||||
classes('share-links-header teaser--wrapped latest-updates-panel__container latest-updates-panel__article-link blog-post__section'),
|
||||
]
|
||||
keep_only_tags = [dict(name='article', id=lambda x: not x)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue