Change in presseurop RSS feed

More than one month in RSS feed...
This commit is contained in:
Florent 2012-05-24 18:28:10 +02:00 committed by Romain Bignon
commit b83e371f37

View file

@ -38,7 +38,7 @@ class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
BROWSER = NewspaperPresseuropBrowser
RSSID = staticmethod(rssid)
URL2ID = staticmethod(url2id)
RSSSIZE = 50
RSSSIZE = 140
CONFIG = BackendConfig(Value('lang', label='Lang of articles',
choices={'fr': 'fr', 'de': 'de', 'en': 'en', 'cs': 'cs', 'es': 'es', 'it': 'it', 'nl': 'nl', 'pl': 'pl', 'pt': 'pt', 'ro': 'ro'}, default='fr'))