From 76404be21203691a34f033ebf94499c17e6791cb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 Oct 2013 09:01:11 +0530 Subject: [PATCH] ... --- recipes/slate.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/slate.recipe b/recipes/slate.recipe index 49565d6a50..152c2fa89b 100644 --- a/recipes/slate.recipe +++ b/recipes/slate.recipe @@ -20,6 +20,7 @@ class Slate(BasicNewsRecipe): masthead_url = 'http://img.slate.com/images/redesign2008/slate_logo.gif' remove_attributes = ['style'] INDEX = 'http://slate.com' + compress_news_images = True keep_only_tags = [ dict(name='header', attrs={'class':'article-header'}),