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
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
..
downloader [downloader/hls] Fix incorrect end byte in Range HTTP header for media segments with EXT-X-BYTERANGE (#24512) (closes #14748) 4 years ago
extractor [extractor/common] Handle ssl.CertificateError in _request_webpage (closes #26601) 4 years ago
postprocessor [postprocessor/embedthumbnail] Fix issues (closes #25717) 4 years ago
YoutubeDL.py [YoutubeDL] Force redirect URL to unicode on python 2 4 years ago
__init__.py Output batch filename when it could not be read (#21915) 5 years ago
__main__.py
aes.py Switch codebase to use compat_b64decode 6 years ago
cache.py
compat.py [compat] Introduce compat_cookiejar_Cookie 4 years ago
jsinterp.py
options.py [options] Clarify doc on --exec command (closes #19087) (#24883) 4 years ago
socks.py
swfinterp.py
update.py [update] Fix updating via symlinks (closes #23991) 4 years ago
utils.py [utils] Recognize wav mimetype (closes #26463) 4 years ago
version.py release 2020.09.14 4 years ago