From 6f446d11cfebec0d35768055843df0018980f871 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 4 Dec 2011 12:09:53 +0530 Subject: [PATCH] ... --- recipes/tvxs.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/tvxs.recipe b/recipes/tvxs.recipe index 86ba5e38dc..76e35e30b4 100644 --- a/recipes/tvxs.recipe +++ b/recipes/tvxs.recipe @@ -7,11 +7,14 @@ class TVXS(BasicNewsRecipe): __author__ = 'hargikas' description = 'News from Greece' max_articles_per_feed = 100 - oldest_article = 100 + oldest_article = 3 + simultaneous_downloads = 1 publisher = 'TVXS' category = 'news, GR' language = 'el' encoding = None + use_embedded_content = False + remove_empty_feeds = True #conversion_options = { 'linearize_tables': True} no_stylesheets = True remove_tags_before = dict(name='h1',attrs={'class':'print-title'})