This commit is contained in:
Kovid Goyal 2022-05-02 12:00:41 +05:30
parent 62007f323b
commit 9030c8cbd2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -34,6 +34,7 @@ class FE_India(BasicNewsRecipe):
} }
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')] 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_tags = [classes('parent_also_read')]
remove_attributes = ['width', 'height'] remove_attributes = ['width', 'height']
feeds = [ feeds = [