Fix #1265282 [NY Times compiling too large a file-fails e-mail](https://bugs.launchpad.net/calibre/+bug/1265282)

This commit is contained in:
Kovid Goyal 2014-01-01 14:49:14 +05:30
parent 225ebd4231
commit e88ec0a222
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,8 @@ class NYTimes(BasicNewsRecipe):
# download higher resolution images than the small thumbnails typically included in the article # 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 # the down side of having large beautiful images is the file size is much larger, on the order of 7MB per paper
useHighResImages = True 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 # 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 # previous paid versions of the new york times to best sent to the back issues folder on the kindle

View File

@ -46,6 +46,8 @@ class NYTimes(BasicNewsRecipe):
# download higher resolution images than the small thumbnails typically included in the article # 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 # the down side of having large beautiful images is the file size is much larger, on the order of 7MB per paper
useHighResImages = True 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 # 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 # previous paid versions of the new york times to best sent to the back issues folder on the kindle