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