Author: dmeyer
Date: Sun Oct 14 17:10:56 2007
New Revision: 2875

Log:
unqoute url

Modified:
   trunk/feedmanager/src/rss.py

Modified: trunk/feedmanager/src/rss.py
==============================================================================
--- trunk/feedmanager/src/rss.py        (original)
+++ trunk/feedmanager/src/rss.py        Sun Oct 14 17:10:56 2007
@@ -32,6 +32,7 @@
 # python imports
 import time
 import logging
+import urllib
 import urllib2
 
 # kaa imports
@@ -128,6 +129,7 @@
                 log.error('no link in entry for %s' % self.url)
                 continue
 
+            metadata['url'] = urllib.unquote(metadata['url'])
             # FIXME: add much better logic here, including
             # getting a good basename for urls ending with /
             # based on type.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to