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.
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 Use expand_path where appropriate (closes #12556) 7 years ago
compat.py [compat] Introduce compat_cookiejar_Cookie 4 years ago
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 7 years ago
options.py [options] Clarify doc on --exec command (closes #19087) (#24883) 4 years ago
socks.py [socks] Report errors elegantly when credentails are required but missing 7 years ago
swfinterp.py Update coding style after pycodestyle 2.1.0 8 years ago
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