mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Update irish_times.recipe
This commit is contained in:
parent
5bd70ffc97
commit
dbc9e64fb3
@ -32,12 +32,11 @@ class IrishTimes(BasicNewsRecipe):
|
|||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
temp_files = []
|
temp_files = []
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name=['h1', 'h2']),
|
classes('custom-headline custom-subheadline lead-art-wrapper article-body-wrapper byline-text'),
|
||||||
classes('lead-art-wrapper article-body-wrapper byline-text'),
|
|
||||||
]
|
]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name='button'),
|
dict(name='button'),
|
||||||
classes('sm-promo-headline top-table-list-container'),
|
classes('sm-promo-headline top-table-list-container single-divider interstitial-link'),
|
||||||
]
|
]
|
||||||
remove_attributes = ['width', 'height']
|
remove_attributes = ['width', 'height']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user