From a42a49adf6bce1ff4f957b88ba69fb1efb0fcadf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 10 Nov 2018 11:03:12 +0530 Subject: [PATCH] Mandidner by pofa --- recipes/mandidner.recipe | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/mandidner.recipe diff --git a/recipes/mandidner.recipe b/recipes/mandidner.recipe new file mode 100644 index 0000000000..fae84ca525 --- /dev/null +++ b/recipes/mandidner.recipe @@ -0,0 +1,15 @@ +#!/usr/bin/env python2 +# vim:fileencoding=utf-8 +from __future__ import unicode_literals, division, absolute_import, print_function +from calibre.web.feeds.news import AutomaticNewsRecipe + + +class BasicUserRecipe1541708734(AutomaticNewsRecipe): + title = 'MandĂ­dner' + oldest_article = 1 + max_articles_per_feed = 100 + auto_cleanup = True + + feeds = [ + ('MandĂ­dner', 'http://mandiner.hu/rss/'), + ]