Преглед на файлове

[generic] Add comment for unescaping webpage contents

Sergey M․ преди 11 години
родител
ревизия
1439073049
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      youtube_dl/extractor/generic.py

+ 3 - 0
youtube_dl/extractor/generic.py

@@ -291,6 +291,9 @@ class GenericIE(InfoExtractor):
         except compat_xml_parse_error:
             pass
 
+        # Sometimes embedded video player is hidden behind percent encoding
+        # (e.g. https://github.com/rg3/youtube-dl/issues/2448)
+        # Unescaping the whole page allows to handle those cases in a generic way
         webpage = compat_urllib_parse.unquote(webpage)
 
         # it's tempting to parse this further, but you would