mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Change recipe title and add language/author metadata
This commit is contained in:
parent
36647d4762
commit
a04da5322f
@ -60,7 +60,7 @@
|
||||
- title: Le Peuple Breton
|
||||
author: Lionel Plais
|
||||
|
||||
- title: Mandidner
|
||||
- title: Mandiner
|
||||
author: pofa
|
||||
|
||||
|
||||
|
@ -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/'),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user