[karrierevideos] Fix extraction
authorYen Chi Hsuan <yan12125@gmail.com>
Thu, 14 Apr 2016 06:06:05 +0000 (14:06 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Thu, 14 Apr 2016 06:06:05 +0000 (14:06 +0800)
commitf141fefab73d96a6dd2c927f56d0b86253991c02
tree094d7b5cc636528d0ebac55acece70fdd4eab6d1
parent8334637f4ac4a1aeddc6f05131be1c42ea6761e1
[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.
youtube_dl/extractor/karrierevideos.py