]> jfr.im git - yt-dlp.git/commit - yt_dlp/utils.py
[utils:YoutubeDLHandler] Work around brain-dead Python 2.6 httplib
authorPhilipp Hagemeister <redacted>
Mon, 29 Sep 2014 04:15:46 +0000 (06:15 +0200)
committerPhilipp Hagemeister <redacted>
Mon, 29 Sep 2014 04:15:46 +0000 (06:15 +0200)
commit989b4b2b86588c011314200c0d30db965f79105e
tree2b48a1d30e172636c814582908bc58d62be535f1
parent2a7b4681c6628e2a17b9b980333af1011e482058
[utils:YoutubeDLHandler] Work around brain-dead Python 2.6 httplib

In 2.6, the httplib sends fragments! Remove those (fixes generic_26 on 2.6).
youtube_dl/utils.py