From 78dab06e9638a0ed29ebd8b7fef82c54eb238111 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Jan 2014 08:57:58 +0530 Subject: [PATCH] ... --- recipes/wsj.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index 16a523baec..5841ec2952 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -16,6 +16,8 @@ class WallStreetJournal(BasicNewsRecipe): needs_subscription = True language = 'en' + compress_news_images = True + compress_news_images_auto_size = 5 max_articles_per_feed = 1000 timefmt = ' [%a, %b %d, %Y]' no_stylesheets = True