From 54d391f7f3ad869d9c8b61f4982a8ed51cd11480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Sat, 13 Oct 2018 22:46:30 +0200 Subject: [PATCH] remove broken recipe, too few content to fix --- recipes/icons/res_publica.png | Bin 472 -> 0 bytes recipes/res_publica.recipe | 36 ---------------------------------- 2 files changed, 36 deletions(-) delete mode 100644 recipes/icons/res_publica.png delete mode 100644 recipes/res_publica.recipe diff --git a/recipes/icons/res_publica.png b/recipes/icons/res_publica.png deleted file mode 100644 index 133cffa6956179cd70baa9d9735521b61e16bd02..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 472 zcmV;}0Vn>6P)Nklx6)5`R*pM^$#?}R$(KMXuSa%q8(&kP1TpgqeJBR<}K0u=oB_wTot?}0(`@An^c z4PT$WUZENdR1HL1-AjIb{Q4goKxp{!?(-(QJfLczUk@a80{uon!>`ZZcKBA#0ELy! zq4b`AfBur9A&pcG>AfUq0DHRh?&`*k1(' - language = 'pl' - version = 1 - - title = u'Res Publica Nowa' - category = u'News' - description = u'Portal kulturalno-społecznego kwartalnika o profilu liberalnym, wydawany przez Fundację Res Publica' - cover_url = '' - remove_empty_feeds = True - no_stylesheets = True - oldest_article = 7 - max_articles_per_feed = 100000 - recursions = 0 - no_stylesheets = True - remove_javascript = True - simultaneous_downloads = 5 - - feeds = [ - ('Artykuly', 'feed://publica.pl/feed'), - ] - - def preprocess_html(self, soup): - for alink in soup.findAll('a'): - if alink.string is not None: - tstr = alink.string - alink.replaceWith(tstr) - return soup