Update irish_times.recipe

This commit is contained in:
unkn0w7n 2023-04-27 15:50:51 +05:30 committed by GitHub
parent 19a332f74d
commit c547b188d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,11 +33,11 @@ class IrishTimes(BasicNewsRecipe):
temp_files = []
keep_only_tags = [
dict(name=['h1', 'h2']),
classes('lead-art-wrapper article-body-wrapper'),
classes('lead-art-wrapper article-body-wrapper byline-text'),
]
remove_tags = [
dict(name='button'),
classes('sm-promo-headline'),
classes('sm-promo-headline top-table-list-container'),
]
remove_attributes = ['width', 'height']