1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-23 00:07:49 +00:00
yt-dlc/youtube_dl/downloader
Sergey M․ f7b42518dc
[downloader/http] Finish downloading once received data length matches expected
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
2020-05-05 21:43:39 +07:00
..
__init__.py
common.py
dash.py Fix typos (#21901) 2019-07-26 22:30:18 +07:00
external.py [downloader/external] Respect mtime option for aria2c (#22242) 2019-09-01 00:24:43 +07:00
f4m.py
fragment.py [downloader/fragment] Fix ETA calculation of resumed download (#21992) 2019-08-11 06:57:43 +07:00
hls.py [vzaar] override AES decryption key URL(closes #17521) 2019-12-03 12:23:08 +01:00
http.py [downloader/http] Finish downloading once received data length matches expected 2020-05-05 21:43:39 +07:00
ism.py Fix typos (#21901) 2019-07-26 22:30:18 +07:00
rtmp.py
rtsp.py