mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Update irish_times.recipe
This commit is contained in:
parent
19a332f74d
commit
c547b188d7
@ -33,11 +33,11 @@ class IrishTimes(BasicNewsRecipe):
|
|||||||
temp_files = []
|
temp_files = []
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name=['h1', 'h2']),
|
dict(name=['h1', 'h2']),
|
||||||
classes('lead-art-wrapper article-body-wrapper'),
|
classes('lead-art-wrapper article-body-wrapper byline-text'),
|
||||||
]
|
]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name='button'),
|
dict(name='button'),
|
||||||
classes('sm-promo-headline'),
|
classes('sm-promo-headline top-table-list-container'),
|
||||||
]
|
]
|
||||||
remove_attributes = ['width', 'height']
|
remove_attributes = ['width', 'height']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user