yt-dlp/yt_dlp
Felix S 0715f7e19b
Revert erroneous use of the Content-Length header (#637)
This reverts commit 6c907eb33f

The use of the Content-Length value here is erroneous and may lead
to truncated downloads if a compression scheme is specified in the
Content-Encoding header, as the Content-Length header refers to the
size of encoded data, not of the raw bytestream. This has been noticed
in the wild with WebVTT subtitle segments.

Authored by: fstirlitz
2021-08-11 21:09:17 +05:30
..
downloader Revert erroneous use of the Content-Length header (#637) 2021-08-11 21:09:17 +05:30
extractor minor bugfixes 2021-08-11 20:27:30 +05:30
postprocessor minor bugfixes 2021-08-11 20:27:30 +05:30
__init__.py Misc fixes - See desc 2021-08-10 01:22:55 +05:30
__main__.py
aes.py
cache.py
compat.py
cookies.py
jsinterp.py
options.py Misc fixes - See desc 2021-08-10 01:22:55 +05:30
socks.py
swfinterp.py.disabled
update.py
utils.py [utils] Fix InAdvancePagedList.__getitem__ 2021-08-10 04:45:25 +05:30
version.py [version] update 2021-08-10 20:51:47 +05:30
webvtt.py [webvtt] Merge daisy-chained duplicate cues (#638) 2021-08-10 01:52:30 +05:30
YoutubeDL.py Misc fixes - See desc 2021-08-10 01:22:55 +05:30