diff --git a/recipes/geopolityka.recipe b/recipes/geopolityka.recipe index 26a71ec0a6..38326f51af 100644 --- a/recipes/geopolityka.recipe +++ b/recipes/geopolityka.recipe @@ -9,4 +9,4 @@ class BasicUserRecipe1361379046(BasicNewsRecipe): max_articles_per_feed = 100 auto_cleanup = True - feeds = [(u'Rss', u'http://geopolityka.org/index.php?format=feed&type=rss')] + feeds = [(u'Rss', u'http://geopolityka.org/component/k2/itemlist?format=feed&moduleID=200')] diff --git a/recipes/icons/interia_fakty.png b/recipes/icons/interia_fakty.png deleted file mode 100644 index 1083d53534..0000000000 Binary files a/recipes/icons/interia_fakty.png and /dev/null differ diff --git a/recipes/icons/interia_sport.png b/recipes/icons/interia_sport.png deleted file mode 100644 index 1083d53534..0000000000 Binary files a/recipes/icons/interia_sport.png and /dev/null differ diff --git a/recipes/icons/ittechblog.png b/recipes/icons/ittechblog.png deleted file mode 100644 index a87eefa0b9..0000000000 Binary files a/recipes/icons/ittechblog.png and /dev/null differ diff --git a/recipes/interia_fakty.recipe b/recipes/interia_fakty.recipe deleted file mode 100644 index 278e5c217f..0000000000 --- a/recipes/interia_fakty.recipe +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/env python2 - -__license__ = 'GPL v3' -__copyright__ = u'2010-2015, Tomasz Dlugosz ' -''' -fakty.interia.pl -''' -import re -from calibre.web.feeds.news import BasicNewsRecipe - - -class InteriaFakty(BasicNewsRecipe): - title = u'Interia.pl - Fakty' - description = u'Fakty ze strony interia.pl' - language = 'pl' - oldest_article = 1 - __author__ = u'Tomasz D\u0142ugosz' - no_stylesheets = True - remove_javascript = True - remove_empty_feeds = True - use_embedded_content = False - ignore_duplicate_articles = {'title', 'url'} - - feeds = [(u'Kraj', u'http://kanaly.rss.interia.pl/kraj.xml'), - (u'\u015awiat', u'http://kanaly.rss.interia.pl/swiat.xml'), - (u'Wiadomo\u015bci dnia', - u'http://kanaly.rss.interia.pl/fakty.xml'), - (u'Przegl\u0105d prasy', - u'http://kanaly.rss.interia.pl/przeglad_prasy.xml'), - (u'Wywiady', u'http://kanaly.rss.interia.pl/wywiady.xml'), - (u'Ciekawostki', u'http://kanaly.rss.interia.pl/ciekawostki.xml')] - - keep_only_tags = [ - dict(name='h1'), - dict(name='div', attrs={'class': ['lead textContent fontSize-medium', 'text textContent fontSize-medium', 'source']})] - - remove_tags = [ - dict(name='div', attrs={'class': ['embed embedAd', 'REMOVE', 'boxHeader']})] - - preprocess_regexps = [ - (re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in - [ - (r'embed embed(Left|Right|Center) articleEmbed(Audio|Wideo articleEmbedVideo|ArticleFull|ArticleTitle|ArticleListTitle|AlbumHorizontal)">', lambda match: 'REMOVE">'), # noqa - (r'
', lambda match: ''), - (r'

' -''' -sport.interia.pl -''' - -import re -from calibre.web.feeds.news import BasicNewsRecipe - - -class InteriaSport(BasicNewsRecipe): - title = u'Interia.pl - Sport' - description = u'Sport ze strony interia.pl' - language = 'pl' - oldest_article = 1 - __author__ = u'Tomasz D\u0142ugosz' - no_stylesheets = True - remove_javascript = True - remove_empty_feeds = True - use_embedded_content = False - ignore_duplicate_articles = {'title', 'url'} - - feeds = [(u'Wydarzenia sportowe', u'http://kanaly.rss.interia.pl/sport.xml'), - (u'Pi\u0142ka no\u017cna', - u'http://kanaly.rss.interia.pl/pilka_nozna.xml'), - (u'Koszyk\xf3wka', u'http://kanaly.rss.interia.pl/koszykowka.xml'), - (u'Tenis', u'http://kanaly.rss.interia.pl/tenis.xml')] - - keep_only_tags = [ - dict(name='h1'), - dict(name='div', attrs={'class': ['lead textContent', 'text textContent', 'source']})] - - remove_tags = [ - dict(name='div', attrs={'class': ['embed embedAd', 'REMOVE', 'boxHeader']})] - - preprocess_regexps = [ - (re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in - [ - (r'

', lambda match: ''), - (r'

()?(ZOBACZ|CZYTAJ) T.*?

', lambda match: ''), - (r'embed embed(Left|Right|Center) articleEmbed(Audio|Wideo articleEmbedVideo|ArticleFull|ArticleTitle|ArticleListTitle|AlbumHorizontal)">', lambda match: 'REMOVE">'), # noqa - (r'
', lambda match: ''), - (r'