about summary refs log tree commit diff
path: root/youtube_dl/extractor/karrierevideos.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-2/+2
|
* Fix bugs caused by typosRobin Neatherway2017-07-141-1/+1
|
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* [karrierevideos] Fix extractionYen Chi Hsuan2016-04-141-1/+4
| | | | | | | | 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.
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [karrierevideos] Improve and simplifySergey M․2015-05-241-24/+70
|
* manually specify namespaceMister Hat2015-05-171-6/+4
|
* [karrierevideos] add support for www.karrierevideos.at (closes #5354)Mister Hat2015-05-161-0/+52