From c9fb37321677ef842a269172ad80b19a51665b2b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 17 Oct 2020 21:42:16 +0530 Subject: [PATCH] Compress images in LA Times download --- recipes/latimes.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/latimes.recipe b/recipes/latimes.recipe index 2aa71a8351..2e0ef1edbc 100644 --- a/recipes/latimes.recipe +++ b/recipes/latimes.recipe @@ -53,6 +53,8 @@ class LATimes(BasicNewsRecipe): no_stylesheets = True encoding = 'utf8' use_embedded_content = False + compress_news_images = True + compress_news_images_auto_size = 5 language = 'en' remove_empty_feeds = True ignore_duplicate_articles = {'url'}