]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
[discoverygo] Fix JSON data parsing
authorYen Chi Hsuan <yan12125@gmail.com>
Thu, 5 Jan 2017 10:45:26 +0000 (18:45 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Thu, 5 Jan 2017 10:50:34 +0000 (18:50 +0800)
HTMLParser, which is used by extract_attributes, already unescapes
attribute values with HTMLParser.unescape. They shouldn't be unescaped
again, to there may be parsing errors.

Ref: #11219, #11522


No differences found