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'