mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Mult-Kor by pofa
This commit is contained in:
parent
10ed72992d
commit
e7cdb2b3dc
23
recipes/mult_kor.recipe
Normal file
23
recipes/mult_kor.recipe
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
#!/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 BasicUserRecipe1458513045(AutomaticNewsRecipe):
|
||||||
|
title = 'Múlt-Kor'
|
||||||
|
__author__ = 'pofa'
|
||||||
|
language = 'hu'
|
||||||
|
oldest_article = 1
|
||||||
|
max_articles_per_feed = 50
|
||||||
|
auto_cleanup = True
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('XX. század', 'http://mult-kor.hu/.scripts/rss.php?label=10'),
|
||||||
|
('Újkor', 'http://mult-kor.hu/.scripts/rss.php?label=14'),
|
||||||
|
('Középkor', 'http://mult-kor.hu/.scripts/rss.php?label=13'),
|
||||||
|
('Ókor', 'http://mult-kor.hu/.scripts/rss.php?label=12'),
|
||||||
|
('Őskor', 'http://mult-kor.hu/.scripts/rss.php?label=11'),
|
||||||
|
('Szakmai műhely', 'http://mult-kor.hu/.scripts/rss.php?section=3'),
|
||||||
|
('E-folyóirat', 'http://mult-kor.hu/.scripts/rss.php?section=8'),
|
||||||
|
('Évfordulók', 'http://mult-kor.hu/.scripts/rss_events.php'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user