From a04da5322fc7ec29b82decbf0736259b8bd39469 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 10 Dec 2018 11:29:57 +0530 Subject: [PATCH] Change recipe title and add language/author metadata --- Changelog.yaml | 2 +- recipes/mandidner.recipe | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index 1ffb69de01..53b51c4a50 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -60,7 +60,7 @@ - title: Le Peuple Breton author: Lionel Plais - - title: Mandidner + - title: Mandiner author: pofa diff --git a/recipes/mandidner.recipe b/recipes/mandidner.recipe index fae84ca525..43673f8eb7 100644 --- a/recipes/mandidner.recipe +++ b/recipes/mandidner.recipe @@ -5,11 +5,13 @@ from calibre.web.feeds.news import AutomaticNewsRecipe class BasicUserRecipe1541708734(AutomaticNewsRecipe): - title = 'MandĂ­dner' + title = 'Mandiner' + language = 'hu' + __author__ = 'pofa' oldest_article = 1 max_articles_per_feed = 100 - auto_cleanup = True + auto_cleanup = True - feeds = [ - ('MandĂ­dner', 'http://mandiner.hu/rss/'), + feeds = [ + ('Mandiner', 'http://mandiner.hu/rss/'), ]