mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-9' of https://github.com/bobbysteel/calibre
This commit is contained in:
commit
40a8522f32
@ -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'),
|
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)]
|
keep_only_tags = [dict(name='article', id=lambda x: not x)]
|
||||||
|
@ -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'),
|
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)]
|
keep_only_tags = [dict(name='article', id=lambda x: not x)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user