From e88ec0a222fd67ee00c45ccf501dc526a5fd6983 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Jan 2014 14:49:14 +0530 Subject: [PATCH] Fix #1265282 [NY Times compiling too large a file-fails e-mail](https://bugs.launchpad.net/calibre/+bug/1265282) --- recipes/nytimes.recipe | 2 ++ recipes/nytimes_sub.recipe | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes/nytimes.recipe b/recipes/nytimes.recipe index c4a4b3cee5..acb237b9ce 100644 --- a/recipes/nytimes.recipe +++ b/recipes/nytimes.recipe @@ -46,6 +46,8 @@ class NYTimes(BasicNewsRecipe): # download higher resolution images than the small thumbnails typically included in the article # the down side of having large beautiful images is the file size is much larger, on the order of 7MB per paper useHighResImages = True + compress_news_images = True + compress_news_images_auto_size = 5 # replace paid Kindle Version: the name will be changed to "The New York Times" to cause # previous paid versions of the new york times to best sent to the back issues folder on the kindle diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index 2dba2d505d..fe7ddc9fa7 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -46,6 +46,8 @@ class NYTimes(BasicNewsRecipe): # download higher resolution images than the small thumbnails typically included in the article # the down side of having large beautiful images is the file size is much larger, on the order of 7MB per paper useHighResImages = True + compress_news_images = True + compress_news_images_auto_size = 5 # replace paid Kindle Version: the name will be changed to "The New York Times" to cause # previous paid versions of the new york times to best sent to the back issues folder on the kindle