Presseurop is back ! (named now voxeurop)

This commit is contained in:
Florent 2014-05-22 14:08:41 +02:00
commit ad54b30a94
2 changed files with 6 additions and 6 deletions

View file

@ -47,7 +47,7 @@ class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages):
def __init__(self, *args, **kwargs):
GenericNewspaperBackend.__init__(self, *args, **kwargs)
self.RSS_FEED = 'http://www.presseurop.eu/%s/rss.xml' % self.config['lang'].get()
self.RSS_FEED = 'http://www.voxeurop.eu/%s/rss.xml' % self.config['lang'].get()
def iter_threads(self):
daily = []