Add informations for RSS feed of presseurop

This commit is contained in:
Florent 2012-03-08 12:09:13 +01:00 committed by Romain Bignon
commit 2ec85f0bfc
2 changed files with 5 additions and 3 deletions

View file

@ -25,5 +25,5 @@ def url2id(url):
id = regexp.match(url).group(1)
return id
def rssid(self, entry):
def rssid(entry):
return url2id(entry.link)