From 72c7768e69af999e6f47283f6a9bd5dbf9cc72b4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Feb 2012 14:33:34 +0530 Subject: [PATCH] Times of Malta by To Do. Fixes #940129 (New recipe: Times of Malta) --- recipes/times_of_malta.recipe | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/times_of_malta.recipe diff --git a/recipes/times_of_malta.recipe b/recipes/times_of_malta.recipe new file mode 100644 index 0000000000..f11ea9064d --- /dev/null +++ b/recipes/times_of_malta.recipe @@ -0,0 +1,11 @@ +from calibre.web.feeds.news import BasicNewsRecipe + +class BasicUserRecipe1317069944(BasicNewsRecipe): + title = u'Times of Malta' + __author__ = 'To Do' + language = 'en' + oldest_article = 7 + max_articles_per_feed = 100 + auto_cleanup = True + + feeds = [(u'Times of Malta', u'http://www.timesofmalta.com/rss')]