diff --git a/recipes/app_funds.recipe b/recipes/app_funds.recipe new file mode 100644 index 0000000000..d5734fc451 --- /dev/null +++ b/recipes/app_funds.recipe @@ -0,0 +1,27 @@ +#!/usr/bin/env python + +__license__ = 'GPL v3' +__author__ = 'teepel ' + +''' +appfunds.blogspot.com +''' + +from calibre.web.feeds.news import BasicNewsRecipe + +class app_funds(BasicNewsRecipe): + title = u'APP Funds' + __author__ = 'teepel ' + language = 'pl' + description ='Blog inwestora dla inwestorów i oszczędzających' + INDEX='http://appfunds.blogspot.com' + remove_empty_feeds= True + oldest_article = 7 + max_articles_per_feed = 100 + simultaneous_downloads = 5 + remove_javascript=True + no_stylesheets=True + auto_cleanup = True + + feeds = [(u'blog', u'http://feeds.feedburner.com/blogspot/etVI')] + diff --git a/recipes/fronda.recipe b/recipes/fronda.recipe index 06b86d83bb..6755770329 100644 --- a/recipes/fronda.recipe +++ b/recipes/fronda.recipe @@ -23,6 +23,7 @@ class Fronda(BasicNewsRecipe): extra_css = ''' h1 {font-size:150%} .body {text-align:left;} + div.headline {font-weight:bold} ''' earliest_date = date.today() - timedelta(days=oldest_article) diff --git a/recipes/icons/app_funds.png b/recipes/icons/app_funds.png new file mode 100644 index 0000000000..98a8b2b5d9 Binary files /dev/null and b/recipes/icons/app_funds.png differ diff --git a/recipes/newsweek_polska.recipe b/recipes/newsweek_polska.recipe index b1d6359d11..ec50e0f438 100644 --- a/recipes/newsweek_polska.recipe +++ b/recipes/newsweek_polska.recipe @@ -13,7 +13,7 @@ import datetime class Newsweek(BasicNewsRecipe): # how many issues to go back, 0 means get the most current one - BACK_ISSUES = 1 + BACK_ISSUES = 2 EDITION = '0' DATE = None