From 51e6cf8ac40bb46aab2afad20e6ef80e00fec200 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Jan 2019 11:39:01 +0530 Subject: [PATCH] Compress news images when downloading from chicago tribune --- recipes/chicago_tribune.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/chicago_tribune.recipe b/recipes/chicago_tribune.recipe index 9989128d85..72a651d96e 100644 --- a/recipes/chicago_tribune.recipe +++ b/recipes/chicago_tribune.recipe @@ -21,6 +21,8 @@ class ChicagoTribune(BasicNewsRecipe): use_embedded_content = False no_stylesheets = True remove_javascript = True + compress_news_images = True + compress_news_images_auto_size = 5 keep_only_tags = [ dict(name='h1'),