Update LA Times

This commit is contained in:
Kovid Goyal 2020-08-07 08:43:53 +05:30
parent c1588dfd12
commit a3691f8ed3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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):