mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-22 13:25:21 +00:00
f141fefab7
The server serves malformed header "Content Type: text/xml" for the XML request (it should be Content-Type but not Content Type). Python 3.x, which uses email.feedparser rejects such headers. As a result, Content-Encoding header is not parsed, so the returned content is kept not decompressed, and thus XML parsing error.