diff --git a/recipes/ads_of_the_world.recipe b/recipes/ads_of_the_world.recipe deleted file mode 100644 index d62766da98..0000000000 --- a/recipes/ads_of_the_world.recipe +++ /dev/null @@ -1,26 +0,0 @@ -from calibre.web.feeds.news import BasicNewsRecipe - - -class AdvancedUserRecipe1336986047(BasicNewsRecipe): - title = u'Ads of the World' - oldest_article = 7 - max_articles_per_feed = 100 - auto_cleanup = False - description = 'The best international advertising campaigns' - language = 'en' - __author__ = 'faber1971' - - no_stylesheets = True - keep_only_tags = [ - dict(name='div', attrs={'id': 'primary'}) - ] - - remove_tags = [ - dict(name='ul', attrs={'class': 'links inline'}), dict(name='div', attrs={'class': 'form-item'}), dict( - name='div', attrs={'id': ['options', 'comments']}), dict(name='ul', attrs={'id': 'nodePager'}) - ] - - reverse_article_order = True - masthead_url = 'http://bigcatgroup.co.uk/files/2011/01/05-ads-of-the-world.png' - feeds = [ - (u'Ads of the world', u'http://feeds.feedburner.com/adsoftheworld-latest')] diff --git a/recipes/icons/ads_of_the_world.png b/recipes/icons/ads_of_the_world.png deleted file mode 100644 index d801e0e50b..0000000000 Binary files a/recipes/icons/ads_of_the_world.png and /dev/null differ