diff --git a/recipes/icons/samcik_blox.png b/recipes/icons/samcik_blox.png new file mode 100644 index 0000000000..b9f231785f Binary files /dev/null and b/recipes/icons/samcik_blox.png differ diff --git a/recipes/samcik_blox.recipe b/recipes/samcik_blox.recipe new file mode 100644 index 0000000000..c1e05f04c4 --- /dev/null +++ b/recipes/samcik_blox.recipe @@ -0,0 +1,27 @@ +#!/usr/bin/env python + +__license__ = 'GPL v3' +__author__ = 'teepel ' + +''' +samcik.blox.pl +''' + +from calibre.web.feeds.news import BasicNewsRecipe +import re + +class samcik(BasicNewsRecipe): + title = u'Maciej Samcik Blog' + __author__ = 'teepel ' + language = 'pl' + description =u'Blog Macieja Samcika, długoletniego dziennikarza ekonomicznego Gazety Wyborczej . O finansach małych i dużych. Mnóstwo ciekawostek na temat pieniędzy.' + oldest_article = 7 + max_articles_per_feed = 100 + remove_javascript=True + no_stylesheets=True + simultaneous_downloads = 3 + + remove_tags =[] + remove_tags.append(dict(name = 'table', attrs = {'border' : '0'})) + + feeds = [(u'Wpisy', u'http://samcik.blox.pl/rss2')] \ No newline at end of file