[discoverygo] Fix JSON data parsing

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
This commit is contained in:
Yen Chi Hsuan 2017-01-05 18:45:26 +08:00
parent 7232bb299b
commit 24d8a75982
No known key found for this signature in database
GPG key ID: 7F902A182457CA23
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
version <unreleased>
Extractors
* [discoverygo] Fix JSON data parsing (#11219, #11522)
version 2017.01.05
Extractors