This commit is contained in:
Kovid Goyal 2022-01-08 08:38:10 +05:30
commit a0c55c9026
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -17,6 +17,7 @@ class AdvancedUserRecipe1639926896(BasicNewsRecipe):
max_articles_per_feed = 30
compress_news_images = True
compress_news_images_auto_size = 4
no_stylesheets = True
keep_only_tags = [{'name': 'div', 'class_': ['post', 'hentry']}]
remove_tags = [{'name': 'div', 'class_': 'post-footer'}]