From dbc9e64fb38dac5bb78a549cfea5d53ea1fb9cb7 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Fri, 5 May 2023 23:12:12 +0530 Subject: [PATCH] Update irish_times.recipe --- recipes/irish_times.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/irish_times.recipe b/recipes/irish_times.recipe index 3c3c97d0c1..5574f975b9 100644 --- a/recipes/irish_times.recipe +++ b/recipes/irish_times.recipe @@ -32,12 +32,11 @@ class IrishTimes(BasicNewsRecipe): no_stylesheets = True temp_files = [] keep_only_tags = [ - dict(name=['h1', 'h2']), - classes('lead-art-wrapper article-body-wrapper byline-text'), + classes('custom-headline custom-subheadline lead-art-wrapper article-body-wrapper byline-text'), ] remove_tags = [ 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']