1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-15 14:05:17 +00:00
Files
yt-dlp/youtube_dl/extractor/karrierevideos.py
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

3.3 KiB