From a3691f8ed38efaf487674c533eb3e0d5380506ba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 Aug 2020 08:43:53 +0530 Subject: [PATCH] Update LA Times --- recipes/latimes.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/latimes.recipe b/recipes/latimes.recipe index da7d2afc1d..67bb754bf2 100644 --- a/recipes/latimes.recipe +++ b/recipes/latimes.recipe @@ -60,11 +60,11 @@ class LATimes(BasicNewsRecipe): cover_url = 'http://www.latimes.com/includes/sectionfronts/A1.pdf' keep_only_tags = [ - classes('ArticlePage-breadcrumbs ArticlePage-headline ArticlePage-mainContent'), + classes('headline page-lead-media authors published-date page-article-container'), ] remove_tags= [ - classes('ArticlePage-actions Enhancement hidden-tablet hidden-mobile hidden-desktop pb-f-ads-dfp') + classes('google-dfp-ad-wrapper enhancement') ] def parse_index(self):