aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/karrierevideos.py
AgeCommit message (Collapse)Author
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2017-07-14Fix bugs caused by typosRobin Neatherway
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-04-14[karrierevideos] Fix extractionYen Chi Hsuan
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-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2015-05-24[karrierevideos] Improve and simplifySergey M․
2015-05-17manually specify namespaceMister Hat
2015-05-16[karrierevideos] add support for www.karrierevideos.at (closes #5354)Mister Hat