mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Times of Malta by To Do. Fixes #940129 (New recipe: Times of Malta)
This commit is contained in:
parent
9c36b3fdbe
commit
72c7768e69
11
recipes/times_of_malta.recipe
Normal file
11
recipes/times_of_malta.recipe
Normal 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')]
|
Loading…
x
Reference in New Issue
Block a user