1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-02 05:03:53 -05:00
Files
yt-dlp/youtube_dl
Yen Chi Hsuan f141fefab7 [karrierevideos] Fix extraction
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.
2016-04-14 14:06:05 +08:00
..
2016-04-14 14:06:05 +08:00
2016-02-14 14:01:43 +06:00
2016-01-10 17:24:28 +01:00
2016-02-14 15:37:17 +06:00
2016-04-13 08:02:03 +02:00