Change recipe title and add language/author metadata

This commit is contained in:
Kovid Goyal 2018-12-10 11:29:57 +05:30
parent 36647d4762
commit a04da5322f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 7 additions and 5 deletions

View File

@ -60,7 +60,7 @@
- title: Le Peuple Breton
author: Lionel Plais
- title: Mandidner
- title: Mandiner
author: pofa

View File

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