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/'), + ]