From 93f37ee29519a22df52f102b39adb0eb341d2b91 Mon Sep 17 00:00:00 2001 From: Tom Scholl Date: Wed, 24 Aug 2011 17:08:36 +0100 Subject: [PATCH] updated Hacker News recipe --- recipes/hackernews.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/hackernews.recipe b/recipes/hackernews.recipe index 2ce2b0ce09..4d4eb2aeb3 100644 --- a/recipes/hackernews.recipe +++ b/recipes/hackernews.recipe @@ -16,8 +16,8 @@ class HackerNews(BasicNewsRecipe): category = 'news, programming, it, technology' masthead_url = 'http://i55.tinypic.com/2u6io76.png' cover_url = 'http://i55.tinypic.com/2u6io76.png' - delay = 5 - max_articles_per_feed = 5 + delay = 1 + max_articles_per_feed = 30 use_embedded_content = False no_stylesheets = True encoding = 'utf-8'