http://gitunderground.i2p/archive/youtube-dl/commit/cecaa18b80e33323193915ef9fbd2f68d94d7bce
_namespace_map [ uri ] = prefix compat_xml_etree_register_namespace = compat_etree_register_namespace # compat_xpath, compat_etree_iterfind if sys . version_info < ( 2 , 7 ) : # Here comes the crazy part: In 2.6, if the xpath is a unicode, # .//node does not match if a node is a direct child of . ! @@ -2898,7 +2951,6 @@ if sys.version_info < (2, 7): def __init__ ( self , root ) : self . root = root ## # Generate all matching objects. def compat_etree_iterfind ( elem , path , namespaces =...