You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/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.
4 years ago
..
__init__.py
common.py
dash.py Fix typos (#21901) 5 years ago
external.py [downloader/external] Respect mtime option for aria2c (#22242) 5 years ago
f4m.py
fragment.py [downloader/fragment] Fix ETA calculation of resumed download (#21992) 5 years ago
hls.py [vzaar] override AES decryption key URL(closes #17521) 5 years ago
http.py [downloader/http] Finish downloading once received data length matches expected 4 years ago
ism.py Fix typos (#21901) 5 years ago
rtmp.py
rtsp.py