From 51cd187222725c509e58690e5a6cd58183b8e2c0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 20 Feb 2016 08:54:54 +0530 Subject: [PATCH] Remove no longer working recipe --- recipes/loksatta.recipe | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 recipes/loksatta.recipe diff --git a/recipes/loksatta.recipe b/recipes/loksatta.recipe deleted file mode 100644 index 6c0a071628..0000000000 --- a/recipes/loksatta.recipe +++ /dev/null @@ -1,30 +0,0 @@ -from calibre.web.feeds.news import BasicNewsRecipe - -class HindustanTimes(BasicNewsRecipe): - title = u'Loksatta' - language = 'mr' - __author__ = 'Krittika Goyal' - oldest_article = 1 # days - max_articles_per_feed = 25 - #encoding = 'cp1252' - use_embedded_content = False - - no_stylesheets = True - auto_cleanup = True - #auto_cleanup_keep = '//div[@id="main-image"]' - - feeds = [ -('Maharashtra', - 'http://www.loksatta.com/maharashtra.xml'), -('Mumbai', - 'http://www.loksatta.com/mumbai.xml'), -('Pune', - 'http://www.loksatta.com/pune.xml'), -('Desh Videsh', - 'http://www.loksatta.com/deshvidesh.xml'), -('Krida', - 'http://www.loksatta.com/krida.xml'), -('Arthasatta', - 'http://www.loksatta.com/arthasatta.xml'), -] -