calibre/recipes/portfolio_hu_hu.recipe
Kovid Goyal 567040ee1e Perform PEP8 compliance checks on the entire codebase
Some bits of PEP 8 are turned off via setup.cfg
2016-07-29 21:25:17 +05:30

25 lines
1019 B
Plaintext

# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1348146838(BasicNewsRecipe):
title = u'Portfolio.hu'
__author__ = 'laca'
oldest_article = 2
language = 'hu'
masthead_url = 'http://www.portfolio.hu/img/logo2010.gif'
auto_cleanup = True
author = 'laca'
simultaneous_downloads = 1
max_articles_per_feed = 50
feeds = [(u'Makrogazdaság', u'http://www.portfolio.hu/rss/cikkek/makrogazdasag.xml'),
(u'Vállalatok', u'http://www.portfolio.hu/rss/cikkek/vallalatok.xml'),
(u'Tőzsdei hírek', u'http://www.portfolio.hu/rss/cikkek/tozsde.xml'),
(u'Deviza/kötvény', u'http://www.portfolio.hu/rss/cikkek/penzkotveny.xml'),
(u'Befektetési alapok', u'http://www.portfolio.hu/rss/cikkek/befalap.xml'),
(u'Ingatlan', u'http://www.portfolio.hu/rss/cikkek/ingatlan.xml'),
(u'Pénzcentrum', u'http://www.penzcentrum.hu/rss/all.xml')]