mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Kitekinto by pofa
This commit is contained in:
parent
514378b728
commit
2dd4109ae5
@ -1,23 +1,24 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
# vim:fileencoding=utf-8
|
# vim:fileencoding=utf-8
|
||||||
from __future__ import unicode_literals, division, absolute_import, print_function
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
|
|
||||||
from calibre.web.feeds.news import AutomaticNewsRecipe
|
from calibre.web.feeds.news import AutomaticNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class BasicUserRecipe1458545330(AutomaticNewsRecipe):
|
class BasicUserRecipe1498286429(AutomaticNewsRecipe):
|
||||||
title = 'Kitekintő'
|
title = 'Kitekint\u0151'
|
||||||
__author__ = 'pofa'
|
|
||||||
language = 'hu'
|
language = 'hu'
|
||||||
|
__author__ = 'pofa'
|
||||||
oldest_article = 1
|
oldest_article = 1
|
||||||
max_articles_per_feed = 50
|
max_articles_per_feed = 100
|
||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('Kárpát-medence', 'http://kitekinto.hu/karpat-medence/rss/'),
|
('Gazdas\xe1gpolitika', 'http://kitekinto.hu/gazdasagpolitika/feed/'),
|
||||||
('Europa környéke', 'http://kitekinto.hu/europa/rss/'),
|
('Eur\xf3pai \xfcgyek', 'http://kitekinto.hu/europai-ugyek/feed/'),
|
||||||
('Közel-Kelet', 'http://kitekinto.hu/iszlam/rss/'),
|
('Eur\xf3p\xe1n k\xedv\xfcl', 'http://kitekinto.hu/europan-kivul/feed/'),
|
||||||
('Észak-Amerika', 'http://kitekinto.hu/amerika/rss/'),
|
('Vesz\xe9lyz\xf3n\xe1k', 'http://kitekinto.hu/veszelyzonak/feed/'),
|
||||||
('Latin-Amerika', 'http://kitekinto.hu/latin-amerika/rss/'),
|
('V\xe1llalati h\xedrek', 'http://kitekinto.hu/vallalati-hirek/feed/'),
|
||||||
('Kelet-Ázsia', 'http://kitekinto.hu/kelet-azsia/rss/'),
|
('T\u0151zsde', 'http://kitekinto.hu/tozsde/feed/'),
|
||||||
('Afrika', 'http://kitekinto.hu/afrika/rss/'),
|
('Aut\xf3', 'http://kitekinto.hu/auto/feed/'),
|
||||||
]
|
('Kult\xfara', 'http://kitekinto.hu/kultura/feed/'), ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user