yt-dlp/youtube_dl
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
..
downloader
extractor [karrierevideos] Fix extraction 2016-04-14 14:06:05 +08:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py
jsinterp.py
options.py
swfinterp.py
update.py
utils.py [utils] Don't touch URLs if not necessary 2016-04-09 19:27:54 +08:00
version.py release 2016.04.13 2016-04-13 08:02:03 +02:00
YoutubeDL.py