diff --git a/recipes/icons/infra_pl.png b/recipes/icons/infra_pl.png new file mode 100644 index 0000000000..5607a7c983 Binary files /dev/null and b/recipes/icons/infra_pl.png differ diff --git a/recipes/infra_pl.recipe b/recipes/infra_pl.recipe new file mode 100644 index 0000000000..0e035e0980 --- /dev/null +++ b/recipes/infra_pl.recipe @@ -0,0 +1,17 @@ +from calibre.web.feeds.news import BasicNewsRecipe + +class INFRA(BasicNewsRecipe): + title = u'INFRA' + oldest_article = 7 + max_articles_per_feed = 100 + __author__ = 'fenuks' + description = u'Serwis Informacyjny INFRA - UFO, Zjawiska Paranormalne, Duchy, Tajemnice świata.' + cover_url = 'http://npn.nazwa.pl/templates/ja_teline_ii/images/logo.jpg' + category = 'UFO' + language = 'pl' + max_articles_per_feed = 100 + no_stylesheers=True + remove_tags_before=dict(name='h2', attrs={'class':'contentheading'}) + remove_tags_after=dict(attrs={'class':'pagenav'}) + remove_tags=[dict(attrs={'class':'pagenav'})] + feeds = [(u'Najnowsze wiadomo\u015bci', u'http://www.infra.org.pl/index.php?option=com_rd_rss&id=1')] diff --git a/recipes/spiders_web_pl.png b/recipes/spiders_web_pl.png new file mode 100644 index 0000000000..499dd19c8f Binary files /dev/null and b/recipes/spiders_web_pl.png differ diff --git a/recipes/spiders_web_pl.recipe b/recipes/spiders_web_pl.recipe new file mode 100644 index 0000000000..d615f01aa9 --- /dev/null +++ b/recipes/spiders_web_pl.recipe @@ -0,0 +1,15 @@ +from calibre.web.feeds.news import BasicNewsRecipe + +class SpidersWeb(BasicNewsRecipe): + title = u"Spider's Web" + oldest_article = 7 + __author__ = 'fenuks' + description = u'' + cover_url = 'http://www.spidersweb.pl/wp-content/themes/spiderweb/img/Logo.jpg' + category = 'IT, WEB' + language = 'pl' + max_articles_per_feed = 100 + remove_tags_before=dict(name="h1", attrs={'class':'Title'}) + remove_tags_after=dict(name="div", attrs={'class':'Text'}) + remove_tags=[dict(name='div', attrs={'class':['Tags', 'CommentCount FloatL', 'Show FloatL']})] + feeds = [(u'Wpisy', u'http://www.spidersweb.pl/feed')]