From 1bec05d8bf2b3add64158ff6547d607d8ba81261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Tue, 16 Oct 2018 23:44:56 +0200 Subject: [PATCH] nowy ekran is no more --- recipes/icons/nowy_ekran.png | Bin 258 -> 0 bytes recipes/nowy_ekran.recipe | 19 ------------------- 2 files changed, 19 deletions(-) delete mode 100644 recipes/icons/nowy_ekran.png delete mode 100644 recipes/nowy_ekran.recipe diff --git a/recipes/icons/nowy_ekran.png b/recipes/icons/nowy_ekran.png deleted file mode 100644 index f772abc67a556e60471b8101d0566ccc8b91c0c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 258 zcmV+d0sa1oP)901VsZ+rXYw(5qOZ6YB}(}~UIS!@d}D6<=47`f*Se1=7whes z$;)OP+mEsQiAn$Pc>b)Rw|Dff4jSlm6)D#m(yWnTP0CjA3*sGA!kL(F3;+NC07*qo IM6N<$f{B!KDF6Tf diff --git a/recipes/nowy_ekran.recipe b/recipes/nowy_ekran.recipe deleted file mode 100644 index 59b7b80f67..0000000000 --- a/recipes/nowy_ekran.recipe +++ /dev/null @@ -1,19 +0,0 @@ -from calibre.web.feeds.news import BasicNewsRecipe - - -class NowyEkran(BasicNewsRecipe): - title = u'Nowy ekran' - oldest_article = 7 - max_articles_per_feed = 100 - no_stylesheets = True - __author__ = 'fenuks' - description = u'Niezależny serwis społeczności blogerów' - category = 'blog' - language = 'pl' - masthead_url = 'http://s.nowyekran.pl/gfx/ekran-big.gif' - cover_url = 'http://s.nowyekran.pl/gfx/ekran-big.gif' - remove_tags_before = dict(name='div', attrs={'class': 'post_detal'}) - remove_tags_after = dict(name='div', attrs={'class': 'post_footer'}) - remove_tags = [dict(name='span', attrs={'class': 'ico ico_comments'}), dict( - name='div', attrs={'class': 'post_footer'}), dict(name='a', attrs={'class': 'getpdf'})] - feeds = [(u'Najnowsze notki', u'http://www.nowyekran.pl/RSS/')]