Add timeouts to prevent ip banning in slashdot recipe. Makes download extremely slow.

This commit is contained in:
Kovid Goyal 2010-06-16 17:37:34 -06:00
parent d9994a25d9
commit 787a173f43

View File

@ -10,8 +10,10 @@ from calibre.web.feeds.news import BasicNewsRecipe
class Slashdot(BasicNewsRecipe):
title = u'Slashdot.org'
description = '''Tech news. WARNING: This recipe downloads a lot
of content and can result in your IP being banned from slashdot.org'''
of content and may result in your IP being banned from slashdot.org'''
oldest_article = 7
simultaneous_downloads = 1
delay = 3
max_articles_per_feed = 100
language = 'en'