From 9623be54985df6e28f529bc0853ff47de91d7fff Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Jan 2010 18:49:57 -0700 Subject: [PATCH] Add warning to splashdot recipe about IP banning --- resources/recipes/slashdot.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/recipes/slashdot.recipe b/resources/recipes/slashdot.recipe index b210079093..dc0067f3ed 100644 --- a/resources/recipes/slashdot.recipe +++ b/resources/recipes/slashdot.recipe @@ -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'