--- ECHO_content/ECHO_helpers.py 2005/02/07 12:25:54 1.39 +++ ECHO_content/ECHO_helpers.py 2005/02/07 18:29:07 1.40 @@ -814,7 +814,9 @@ def readMetadata(url): for node in metacontent: try: #print urllib.unquote(getText(node.childNodes)),getText(node.childNodes) - metadict[re.sub('-','_',node.tagName.lower())]=urllib.unquote(getText(node.childNodes)) + #metadict[re.sub('-','_',node.tagName.lower())]=urllib.unquote(getText(node.childNodes)) + metadict[re.sub('-','_',node.tagName.lower())]=getText(node.childNodes) + except: """nothing"""