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.
youtube-dl/youtube_dl/downloader
Stefan Pöschel 6e65a2a67e
[downloader/hls] Fix incorrect end byte in Range HTTP header for media segments with EXT-X-BYTERANGE (#24512) (closes #14748)
The end of the byte range is the first byte that is NOT part of the to
be downloaded range. So don't include it into the requested HTTP
download range, as this additional byte leads to a broken TS packet and
subsequently to e.g. visible video corruption.

Fixes #14748.
4 years ago
..
__init__.py
common.py
dash.py
external.py [downloader/external] Respect mtime option for aria2c (#22242) 5 years ago
f4m.py Fix W504 and disable W503 (closes #20863) 6 years ago
fragment.py
hls.py [downloader/hls] Fix incorrect end byte in Range HTTP header for media segments with EXT-X-BYTERANGE (#24512) (closes #14748) 4 years ago
http.py [downloader/http] Improve timeout detection when reading block of data (refs #10935) 4 years ago
ism.py
rtmp.py [downloader/rtmp] Fix downloading in verbose mode (closes #16736) 7 years ago
rtsp.py