replace 'url2id' predicate with 'rssid'
This commit is contained in:
parent
13cde4ed1f
commit
8012afe847
7 changed files with 24 additions and 15 deletions
|
|
@ -32,3 +32,6 @@ def id2url(_id):
|
|||
def url2id(url):
|
||||
"return an id from an url"
|
||||
return url
|
||||
|
||||
def rssid(entry):
|
||||
return url2id(entry.id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue