diff --git a/recipes/metro_news_nl.recipe b/recipes/metro_news_nl.recipe index 4c1a153d6d..7f73d0cf0b 100644 --- a/recipes/metro_news_nl.recipe +++ b/recipes/metro_news_nl.recipe @@ -2,7 +2,6 @@ from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1306097511(BasicNewsRecipe): title = u'Metro Nieuws NL' - description = u'Metro Nieuws - NL' # Version 1.2, updated cover image to match the changed website. # added info date on title oldest_article = 2 @@ -11,14 +10,14 @@ class AdvancedUserRecipe1306097511(BasicNewsRecipe): description = u'Metro Nederland' language = u'nl' simultaneous_downloads = 5 - delay = 1 -# timefmt = ' [%A, %d %B, %Y]' + #delay = 1 + auto_cleanup = True + auto_cleanup_keep = '//div[@class="article-image-caption-2column"]|//div[@id="date"]' timefmt = ' [%A, %d %b %Y]' no_stylesheets = True remove_javascript = True remove_empty_feeds = True cover_url = 'http://www.oldreadmetro.com/img/en/metroholland/last/1/small.jpg' - remove_empty_feeds = True publication_type = 'newspaper' remove_tags_before = dict(name='div', attrs={'id':'date'}) remove_tags_after = dict(name='div', attrs={'id':'column-1-3'})