From 8154607cc16a3fff3f5ade8656eb620d8d44b1f0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Jun 2012 12:08:20 +0530 Subject: [PATCH] Remove broken Polish recipes --- recipes/greenlinux_pl.recipe | 13 ------------- recipes/naczytniki.recipe | 18 ------------------ 2 files changed, 31 deletions(-) delete mode 100644 recipes/greenlinux_pl.recipe delete mode 100644 recipes/naczytniki.recipe diff --git a/recipes/greenlinux_pl.recipe b/recipes/greenlinux_pl.recipe deleted file mode 100644 index 3c5a3c8f20..0000000000 --- a/recipes/greenlinux_pl.recipe +++ /dev/null @@ -1,13 +0,0 @@ -from calibre.web.feeds.news import BasicNewsRecipe - -class GreenLinux(BasicNewsRecipe): - title = u'GreenLinux.pl' - __author__ = 'fenuks' - category = 'IT' - language = 'pl' - cover_url = 'http://lh5.ggpht.com/_xd_6Y9kXhEc/S8tjyqlfhfI/AAAAAAAAAYU/zFNTp07ZQko/top.png' - oldest_article = 15 - max_articles_per_feed = 100 - auto_cleanup = True - - feeds = [(u'Newsy', u'http://feeds.feedburner.com/greenlinux')] diff --git a/recipes/naczytniki.recipe b/recipes/naczytniki.recipe deleted file mode 100644 index 3d1a8b6095..0000000000 --- a/recipes/naczytniki.recipe +++ /dev/null @@ -1,18 +0,0 @@ -from calibre.web.feeds.news import BasicNewsRecipe -import re -class naczytniki(BasicNewsRecipe): - title = u'naczytniki.pl' - __author__ = 'fenuks' - masthead_url= 'http://naczytniki.pl/wp-content/uploads/2010/08/logo_nc28.png' - cover_url = 'http://naczytniki.pl/wp-content/uploads/2010/08/logo_nc28.png' - language = 'pl' - description ='everything about e-readers' - category='e-readers' - no_stylesheets=True - use_embedded_content=False - oldest_article = 7 - max_articles_per_feed = 100 - preprocess_regexps = [(re.compile(ur'


Zobacz także:

.*?', re.DOTALL), lambda match: '') ] - keep_only_tags=[dict(name='div', attrs={'class':'post'})] - remove_tags=[dict(name='span', attrs={'class':'comments'}), dict(name='div', attrs={'class':'sociable'})] - feeds = [(u'Wpisy', u'http://naczytniki.pl/?feed=rss2')] \ No newline at end of file