[generic] Unescape webpage contents

totalwebcasting
Sergey M 10 years ago committed by Sergey M․
parent f1cef7a9ff
commit 1f7659dbe9

@ -291,6 +291,8 @@ class GenericIE(InfoExtractor):
except compat_xml_parse_error:
pass
webpage = compat_urllib_parse.unquote(webpage)
# it's tempting to parse this further, but you would
# have to take into account all the variations like
# Video Title - Site Name

Loading…
Cancel
Save