From b931b0d6044b84d42ce74ea0f696265076430109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Fri, 7 Oct 2016 21:16:58 +0200 Subject: [PATCH] recipes: remove websecurity.pl - website suspended --- recipes/icons/websecurity_pl.png | Bin 545 -> 0 bytes recipes/websecurity_pl.recipe | 27 --------------------------- 2 files changed, 27 deletions(-) delete mode 100644 recipes/icons/websecurity_pl.png delete mode 100644 recipes/websecurity_pl.recipe diff --git a/recipes/icons/websecurity_pl.png b/recipes/icons/websecurity_pl.png deleted file mode 100644 index 6db9045f33f7a554effe40ab9422ee12bdb81e82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 545 zcmV++0^a?JP)R%vuiPf_j^(MX4T0{$|qNes% zPi-%H33~M>jp*)XlkCfG!|wY!L$Zrt>jpk#nEAf%n|V9i0Ay^{xL~Qq2TL)o+au;4 z@9MQ|`0-Q5$rZLY4-|$u7L^-WTN~X?+6rmk)Bi<28yj3EFyIRb4NK7{ZN;b&i^Qa@ znL5=z|E0UKm4R=odYx|Bh;x=gv7*(O zK-g%&pPT0#*HR2L6XNz=NKZgY2`L28k0Z~6xO0y+|2GI;*T6s7>A;)53HRhF`16ku z{rZjI%_4V^(n0k;WV;O+MTp!M9jc*q<{X+wj-!44Qc4GelP|`%()>UBMl{mK@;kJq z&ZfVC|6~Ed+aZ*>if?DYW31o+!HIHs>t<=W;WSgM()ZCjya5O?D2%fYKmgK@@k$;|`Jilv$3iGe>mm$l8E zJ7|4RQ1KPf{b%zyr|4WOvzE^!1~Jk19~o!w{$Uaoi3P$P@YGh#BG*Wh=o5p@a7*PO jYI~POxW~#vTj~A)kmY|6_5y-I00000NkvXXu0mjf*1!ZE diff --git a/recipes/websecurity_pl.recipe b/recipes/websecurity_pl.recipe deleted file mode 100644 index 9a404260b6..0000000000 --- a/recipes/websecurity_pl.recipe +++ /dev/null @@ -1,27 +0,0 @@ -__license__ = 'GPL v3' -from calibre.web.feeds.news import BasicNewsRecipe - - -class WebSecurity(BasicNewsRecipe): - title = u'WebSecurity' - __author__ = 'fenuks' - description = u'WebSecurity.pl to największy w Polsce portal o bezpieczeństwie sieciowym.' - category = '' - language = 'pl' - cover_url = 'http://websecurity.pl/images/websecurity-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(attrs={'class': 'article single'}), dict(id='content')] - remove_tags = [dict(attrs={'class': ['sociable', 'no-comments']})] - remove_tags_after = dict(attrs={'class': 'sociable'}) - feeds = [(u'Wszystkie', u'http://websecurity.pl/feed/'), (u'Aktualno\u015bci', u'http://websecurity.pl/aktualnosci/feed/'), - (u'Artyku\u0142y', u'http://websecurity.pl/artykuly/feed/'), (u'Blogosfera', u'http://websecurity.pl/blogosfera/wpisy/feed/')]