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
dirkf e7926ae9f4 [utils] Rework decoding of `Content-Encoding`s
* support nested encodings
* support optional `br` encoding, if brotli package is installed
* support optional 'compress' encoding, if ncompress package is installed
* response `Content-Encoding` has only unprocessed encodings, or removed
* response `Content-Length` is decoded length (usable for filesize metadata)
* use zlib for both deflate and gzip decompression
* some elements taken from yt-dlp: thx especially coletdjnz
10 months ago
..
downloader [downloader/external] Fix cookie support 11 months ago
extractor [compat] Use `compat_open()` 10 months ago
postprocessor [compat] Use `compat_open()` 10 months ago
YoutubeDL.py [compat] Use `compat_open()` 10 months ago
__init__.py [workflows/ci.yml] Restore test support for Py 3.2 11 months ago
__main__.py [refactor] Single quotes consistency 8 years ago
aes.py [netease] Get netease music download url through player api (#31235) 2 years ago
cache.py [compat] Use `compat_open()` 10 months ago
casefold.py [compat] Fix casefold import __all__ syntax in a19855f 1 year ago
compat.py [utils] Rework decoding of `Content-Encoding`s 10 months ago
jsinterp.py [test] Fixes for old Pythons 11 months ago
options.py [doc] Warn against setting cookies with --add-header 11 months 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 [build] Extend use of `devscripts/utils` 10 months ago
utils.py [utils] Rework decoding of `Content-Encoding`s 10 months ago
version.py release 2021.12.17 2 years ago