diff --git a/recipes/icons/mobilna.png b/recipes/icons/mobilna.png deleted file mode 100644 index 05ae171eb9..0000000000 Binary files a/recipes/icons/mobilna.png and /dev/null differ diff --git a/recipes/mobilna.recipe b/recipes/mobilna.recipe deleted file mode 100644 index 60d1d9e3b1..0000000000 --- a/recipes/mobilna.recipe +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env python2 - -__license__ = 'GPL v3' -__copyright__ = 'MrStefan' - -''' -www.mobilna.pl -''' - -from calibre.web.feeds.news import BasicNewsRecipe - -class mobilna(BasicNewsRecipe): - title = u'Mobilna.pl' - __author__ = 'MrStefan ' - language = 'pl' - description =u'twoja mobilna strona' - #masthead_url='' - remove_empty_feeds= True - oldest_article = 7 - max_articles_per_feed = 100 - remove_javascript=True - no_stylesheets=True - use_embedded_content = True - #keep_only_tags =[dict(attrs={'class':'Post'})] - - feeds = [(u'Artykuły', u'http://mobilna.pl/feed/')]