From 757070e7cdfa153e42c835c33709471f579a4c45 Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 11 Feb 2013 14:03:42 +0100 Subject: [PATCH] Increase RSS size The RSS feed contains one month of articles. Since the split of today news in a lot of entries, the size of the feed is very large. --- modules/presseurop/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/presseurop/backend.py b/modules/presseurop/backend.py index 0fee4b40..fd23f073 100644 --- a/modules/presseurop/backend.py +++ b/modules/presseurop/backend.py @@ -38,7 +38,7 @@ class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages): BROWSER = NewspaperPresseuropBrowser RSSID = staticmethod(rssid) URL2ID = staticmethod(url2id) - RSSSIZE = 180 + RSSSIZE = 300 CONFIG = BackendConfig(Value('lang', label='Lang of articles', choices={'fr': 'fr', 'de': 'de', 'en': 'en', 'cs': 'cs', 'es': 'es', 'it': 'it', 'nl': 'nl',