yt-dlp/yt_dlp/downloader
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
..
__init__.py [downloader] Allow streaming unmerged formats to stdout using ffmpeg 2021-08-01 12:38:06 +05:30
common.py [docs] Fix some mistakes and improve doc 2021-08-07 21:41:48 +05:30
dash.py [cleanup] Fix linter in 96fccc101f 2021-08-01 12:52:09 +05:30
external.py [nbcolympics:stream] Fix extractor 2021-08-04 20:41:59 +05:30
f4m.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
fragment.py [webvtt] Merge daisy-chained duplicate cues (#638) 2021-08-10 01:52:30 +05:30
hls.py [webvtt] Merge daisy-chained duplicate cues (#638) 2021-08-10 01:52:30 +05:30
http.py Revert erroneous use of the Content-Length header (#637) 2021-08-11 21:09:17 +05:30
ism.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
mhtml.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
niconico.py [cleanup] Refactor some code 2021-08-01 12:38:05 +05:30
rtmp.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
rtsp.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
websocket.py [websockets] Add WebSocketFragmentFD (#399) 2021-06-21 22:56:36 +05:30
youtube_live_chat.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30