mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Mandidner by pofa
This commit is contained in:
parent
b09766f26c
commit
a42a49adf6
15
recipes/mandidner.recipe
Normal file
15
recipes/mandidner.recipe
Normal file
@ -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/'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user