Presseurop is back ! (named now voxeurop)
This commit is contained in:
parent
dcb6cad800
commit
ad54b30a94
2 changed files with 6 additions and 6 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue