From c30678303e9d4740f3e4d43a0f984914fe9923df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Fri, 16 Oct 2015 00:26:42 +0200 Subject: [PATCH 1/2] this blog is not active since 2014 --- recipes/blog_biszopa.recipe | 30 ------------------------------ recipes/icons/blog_biszopa.png | Bin 551 -> 0 bytes 2 files changed, 30 deletions(-) delete mode 100644 recipes/blog_biszopa.recipe delete mode 100644 recipes/icons/blog_biszopa.png diff --git a/recipes/blog_biszopa.recipe b/recipes/blog_biszopa.recipe deleted file mode 100644 index 7393f23f3b..0000000000 --- a/recipes/blog_biszopa.recipe +++ /dev/null @@ -1,30 +0,0 @@ -__license__ = 'GPL v3' -from calibre.web.feeds.news import BasicNewsRecipe - -class BlogBiszopa(BasicNewsRecipe): - title = u'Blog Biszopa' - __author__ = 'fenuks' - description = u'Zapiski z Granitowego Miasta' - category = 'history' - #publication_type = '' - language = 'pl' - #encoding = '' - #extra_css = '' - cover_url = 'http://blogbiszopa.pl/wp-content/themes/biszop/images/logo.png' - masthead_url = '' - use_embedded_content = False - oldest_article = 7 - max_articles_per_feed = 100 - no_stylesheets = True - remove_empty_feeds = True - remove_javascript = True - remove_attributes = ['style', 'font'] - ignore_duplicate_articles = {'title', 'url'} - - keep_only_tags = [dict(id='main-content')] - remove_tags = [dict(name='footer')] - #remove_tags_after = {} - #remove_tags_before = {} - - feeds = [(u'Artyku\u0142y', u'http://blogbiszopa.pl/feed/')] - diff --git a/recipes/icons/blog_biszopa.png b/recipes/icons/blog_biszopa.png deleted file mode 100644 index 7c794b21c344957e00be45e2587dffda78ae49ea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 551 zcmV+?0@(eDP)yu7h9xsmy@F)a%O-26_U>?& zT3+myPHO#jqmyFquAPQu-aFG3ML*AT^}OERa^LP#_j{k`{k>4GKZQa7K{+tfaZQ_6 z5156s=k%#<+r|Gl+A-tT>o*YuUho|+$b}Y4HWk}#75n=Y1nfsokIHk}N5D#bIjR{S zcg3u4S39&%`&E@2#DL)+udrqwqBCS_A@#HAD!p<#3Ka(aT|?p z5vgFUB-yrh9f4P-soA0#?IB=p!_m!RaDI&>qm9khSlelxWm@)`FBUIxCN5vm5O}#| z4j(ZF<^?55ZH$V~4<0IB>AfxH@XjWyIGzn7U~X?up3)Q50ZEeUHwgrOsU3~h-&kjt$~(FEeFcHr1U|T1SuIIo`3f6>-;6yT_V2i5 z`{GJ>MU^D?>J~T%{H8}nA~a`op2ZhP^jpf3U}U90;5Yf~`Bs`U{QWC^{(@%Asg&f^ ziB|n*J|959c+TRh*9rus3bq~YUA0EMJl?8jZroG{VtY(Fv(B12=lbjlN$xCNW+x9G pGWY{!qothnwBduo284$$K#daqR#A002ovPDHLkV1f~52dn@9 From a57b73a0479d510be6f25d95d9058e52b1e125db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Fri, 16 Oct 2015 00:43:53 +0200 Subject: [PATCH 2/2] no new content since 2013 --- recipes/icons/korespondent.png | Bin 581 -> 0 bytes recipes/korespondent.recipe | 39 --------------------------------- 2 files changed, 39 deletions(-) delete mode 100644 recipes/icons/korespondent.png delete mode 100644 recipes/korespondent.recipe diff --git a/recipes/icons/korespondent.png b/recipes/icons/korespondent.png deleted file mode 100644 index dc31544560b1b76fc1b431b20f9ba336b4b9cc09..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 581 zcmV-L0=oT)P)piAV&Cg+u6sS zAO*8_-AKLk@SUzx{nowcng!z)zbjjGs&mh!r_Mmk0K#yv@A5N8kRtoqtp_YBHXTRT zoHFh3?9bnS@c=OcGKPb;wHGQOiZL7^V*+9ZbPNZ{QxDHU*T@&M=p%^cid^tD zYu3@JcwJDt{7e%}BV+KKe=V!eSHJ)AQ=n?;=~kHd@*{U6{{8#U2*eC93T^3#q5;J%NTYoEiU%MKAb*2W>Hf>l98AkL zoC2jtkQxx?2%rBQZU8cP@anVtk6(Y-fB*f*^6cGLNg!sxhM&CoA`Qw9pgaNqvIw%o TcmAZ(00000NkvXXu0mjf;o=?? diff --git a/recipes/korespondent.recipe b/recipes/korespondent.recipe deleted file mode 100644 index fff0946593..0000000000 --- a/recipes/korespondent.recipe +++ /dev/null @@ -1,39 +0,0 @@ -# -*- coding: utf-8 -*- - -__license__ = 'GPL v3' -__copyright__ = '2011, Attis ' -__version__ = 'v. 0.1' - -import re -from calibre.web.feeds.recipes import BasicNewsRecipe - -class KorespondentPL(BasicNewsRecipe): - title = u'Korespondent.pl' - publisher = u'Korespondent.pl' - description = u'Centrum wolnorynkowe - serwis ludzi wolnych' - encoding = 'utf-8' - __author__ = 'Attis' - language = 'pl' - oldest_article = 15 - max_articles_per_feed = 100 - remove_javascript = True - no_stylesheets = True - - keep_only_tags = [dict(name='div', attrs={'class':'publicystyka'})] - remove_tags = [{'name': 'meta'}, {'name':'div', 'attrs': {'class': 'zdjecie'} }] - extra_css = '.naglowek {font-size: small}\n .tytul {font-size: x-large; padding-bottom: 10px; padding-top: 30px} \n .external {font-size: small}' - - preprocess_regexps = [ - (re.compile(u'' ), - (re.compile(u'

Więcej'), - lambda match:'Więcej' ), - (re.compile(u'target="_blank"'), - lambda match:'target="_blank" class="external"' ), - (re.compile(u'

\nPoczytaj inne teksty w Serwisie wolnorynkowym Korespondent.pl.*', re.DOTALL|re.IGNORECASE), - lambda match: ''), - ] - - feeds = [(u'Serwis informacyjny', u'http://korespondent.pl/rss.xml')]