diff --git a/recipes/icons/palmtop_pl.png b/recipes/icons/palmtop_pl.png deleted file mode 100644 index 344304dd41..0000000000 Binary files a/recipes/icons/palmtop_pl.png and /dev/null differ diff --git a/recipes/palmtop_pl.recipe b/recipes/palmtop_pl.recipe deleted file mode 100644 index 14482b38a0..0000000000 --- a/recipes/palmtop_pl.recipe +++ /dev/null @@ -1,17 +0,0 @@ -from calibre.web.feeds.news import BasicNewsRecipe - - -class palmtop_pl(BasicNewsRecipe): - title = u'Palmtop.pl' - __author__ = 'fenuks' - description = 'wortal technologii mobilnych' - category = 'mobile' - language = 'pl' - cover_url = 'http://cdn.g-point.biz/wp-content/themes/palmtop-new/images/header_palmtop_logo.png' - masthead_url = 'http://cdn.g-point.biz/wp-content/themes/palmtop-new/images/header_palmtop_logo.png' - oldest_article = 7 - max_articles_per_feed = 100 - no_stylesheets = True - use_embedded_content = True - # remove_tags_before=dict(name='h2') - feeds = [(u'Newsy', u'http://palmtop.pl/feed/atom/')]