Times of Malta by To Do. Fixes #940129 (New recipe: Times of Malta)

This commit is contained in:
Kovid Goyal 2012-02-24 14:33:34 +05:30
parent 9c36b3fdbe
commit 72c7768e69

View File

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