mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Portfolio.hu and xpatloop.com by laca
This commit is contained in:
parent
f5086f5c9c
commit
e4739c1334
25
recipes/portfolio_hu.recipe
Normal file
25
recipes/portfolio_hu.recipe
Normal file
@ -0,0 +1,25 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class AdvancedUserRecipe1348063712(BasicNewsRecipe):
|
||||
title = u'Portfolio.hu - English Edition'
|
||||
__author__ = 'laca'
|
||||
oldest_article = 7
|
||||
language = 'en_HUN'
|
||||
masthead_url = 'http://www.portfolio.hu/img/sit/angolfejlec2010.jpg'
|
||||
use_embedded_content = False
|
||||
auto_cleanup = True
|
||||
encoding = 'cp1252'
|
||||
|
||||
author = 'laca'
|
||||
simultaneous_downloads= 1
|
||||
max_articles_per_feed = 50
|
||||
|
||||
no_stylesheets = True
|
||||
|
||||
feeds = [(u'Equity news', u'http://www.portfolio.hu/en/rss/cikk/equity.xml'),
|
||||
(u'Economy news', u'http://www.portfolio.hu/en/rss/cikkek/economy.xml'),
|
||||
(u'FX&Fixed Income news', u'http://www.portfolio.hu/en/rss/cikkek/fx.xml'),
|
||||
(u'Tax news', u'http://www.portfolio.hu/en/rss/cikkek/tax.xml'),
|
||||
(u'Energy news', u'http://www.portfolio.hu/en/rss/cikkek/energy.xml'),
|
||||
(u'Corpfin news', u'http://www.portfolio.hu/en/rss/cikkek/corpfin.xml'),
|
||||
(u'MNB news', u'http://www.portfolio.hu/en/rss/cikkek/mnb.xml')]
|
33
recipes/xpatloop.recipe
Normal file
33
recipes/xpatloop.recipe
Normal file
@ -0,0 +1,33 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
class AdvancedUserRecipe1347997197(BasicNewsRecipe):
|
||||
title = u'XpatLoop.com'
|
||||
__author__ = 'laca'
|
||||
oldest_article = 7
|
||||
language = 'en_HUN'
|
||||
auto_cleanup = True
|
||||
masthead_url = 'http://www.xpatloop.com/images/cms/xs_logo.gif'
|
||||
use_embedded_content = False
|
||||
|
||||
author = 'laca'
|
||||
simultaneous_downloads= 1
|
||||
max_articles_per_feed = 50
|
||||
|
||||
no_stylesheets = True
|
||||
|
||||
feeds = [(u'Current Affairs', u'http://www.xpatloop.com/current_affairs.rss'),
|
||||
(u'Community & Culture', u'http://www.xpatloop.com/community.rss'),
|
||||
(u'Business & Finance', u'http://www.xpatloop.com/business.rss'),
|
||||
(u'Entertainment', u'http://www.xpatloop.com/entertainment.rss'),
|
||||
(u'Dining Guide', u'http://www.xpatloop.com/dining_guide.rss'),
|
||||
(u'Getting Around', u'http://www.xpatloop.com/getting_around.rss'),
|
||||
(u'Movies', u'http://www.xpatloop.com/movies.rss'),
|
||||
(u'Shopping', u'http://www.xpatloop.com/shopping_channel.rss'),
|
||||
(u'Travel', u'http://www.xpatloop.com/travel.rss'),
|
||||
(u'Sport and Fitness', u'http://www.xpatloop.com/sport_and_fitness.rss'),
|
||||
(u'Health and Wellness', u'http://www.xpatloop.com/health_and_wellness.rss'),
|
||||
(u'Infotech & Telco', u'http://www.xpatloop.com/infotech_telco.rss'),
|
||||
(u'Real Estate', u'http://www.xpatloop.com/property_real_estate.rss'),
|
||||
(u'Specials', u'http://www.xpatloop.com/specials.rss'),
|
||||
(u'Video Channel', u'http://www.xpatloop.com/video.rss'),
|
||||
(u'Events', u'http://www.xpatloop.com/events.rss')]
|
@ -161,6 +161,7 @@ _extra_lang_codes = {
|
||||
'en_PK' : _('English (Pakistan)'),
|
||||
'en_HR' : _('English (Croatia)'),
|
||||
'en_HK' : _('English (Hong Kong)'),
|
||||
'en_HU' : _('English (Hungary)'),
|
||||
'en_ID' : _('English (Indonesia)'),
|
||||
'en_IL' : _('English (Israel)'),
|
||||
'en_RU' : _('English (Russia)'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user