1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-03 02:47:07 -05:00
Files
youtube-dl/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