updated Hacker News recipe

This commit is contained in:
Tom Scholl 2011-08-24 17:08:36 +01:00
parent 99c8a48cb2
commit 93f37ee295

View File

@ -16,8 +16,8 @@ class HackerNews(BasicNewsRecipe):
category = 'news, programming, it, technology' category = 'news, programming, it, technology'
masthead_url = 'http://i55.tinypic.com/2u6io76.png' masthead_url = 'http://i55.tinypic.com/2u6io76.png'
cover_url = 'http://i55.tinypic.com/2u6io76.png' cover_url = 'http://i55.tinypic.com/2u6io76.png'
delay = 5 delay = 1
max_articles_per_feed = 5 max_articles_per_feed = 30
use_embedded_content = False use_embedded_content = False
no_stylesheets = True no_stylesheets = True
encoding = 'utf-8' encoding = 'utf-8'