mirror of
https://code.hackerspace.pl/q3k/youtube-dl
synced 2025-03-16 08:03:35 +00:00

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