Update The Financial Express

This commit is contained in:
Kovid Goyal 2022-01-26 10:31:57 +05:30
parent 47c44c308e
commit 9cc2efc885
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -32,7 +32,7 @@ class FE_India(BasicNewsRecipe):
'comment': description, 'tags': category, 'publisher': publisher, 'language': language 'comment': description, 'tags': category, 'publisher': publisher, 'language': language
} }
keep_only_tags = [classes('post-title place-line leftstory')] keep_only_tags = [classes('wp-block-post-title wp-block-post-excerpt ie-network-post-meta-wrapper wp-block-post-featured-image wp-block-post-content')]
remove_attributes = ['width', 'height'] remove_attributes = ['width', 'height']
feeds = [ feeds = [