diff --git a/recipes/applefobia.recipe b/recipes/applefobia.recipe deleted file mode 100644 index 4fecdb8d95..0000000000 --- a/recipes/applefobia.recipe +++ /dev/null @@ -1,23 +0,0 @@ -# vim:fileencoding=UTF-8 -from __future__ import unicode_literals -from calibre.web.feeds.news import BasicNewsRecipe - - -class BasicUserRecipe1395137685(BasicNewsRecipe): - title = u'Applefobia' - __author__ = 'koliberek' - oldest_article = 7 - max_articles_per_feed = 100 - auto_cleanup = True - language = 'pl' - remove_empty_feeds = True - remove_javascript = True - conversion_options = { - 'tags': u'newsy, Apple, humor', - 'smarten_punctuation': True, - 'authors': 'Ogrodnik January', - 'publisher': 'Blogspot.pl' - } - reverse_article_order = True - - feeds = [(u'Aktualne', u'http://applefobia.blogspot.com/feeds/posts/default')] diff --git a/recipes/icons/applefobia.png b/recipes/icons/applefobia.png deleted file mode 100644 index 9cf29f25be..0000000000 Binary files a/recipes/icons/applefobia.png and /dev/null differ