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')]