Add warning to splashdot recipe about IP banning

This commit is contained in:
Kovid Goyal 2010-01-11 18:49:57 -07:00
parent 70a53214b6
commit 9623be5498

View File

@ -9,6 +9,8 @@ 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'''
oldest_article = 7
max_articles_per_feed = 100
language = 'en'