ytdl/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 [ffmpeg] try to convert tt subtitles usng dfxp2srt 2016-04-01 19:47:49 +01:00
__init__.py
__main__.py
aes.py
cache.py
compat.py [compat] Handle tuples properly in urlencode() 2016-04-06 18:29:54 +08:00
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 lazy extractors: Output if it's enabled in the verbose log 2016-04-08 21:50:54 +02:00