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/yt_dlp
coletdjnz 8a8b54523a
[rh:requests] Add handler for `requests` HTTP library (#3668)
Adds support for HTTPS proxies and persistent connections (keep-alive)

Closes https://github.com/yt-dlp/yt-dlp/issues/1890
Resolves https://github.com/yt-dlp/yt-dlp/issues/4070
Resolves https://github.com/ytdl-org/youtube-dl/issues/32549
Resolves https://github.com/ytdl-org/youtube-dl/issues/14523
Resolves https://github.com/ytdl-org/youtube-dl/issues/13734

Authored by: coletdjnz, Grub4K, bashonly
8 months ago
..
__pyinstaller [rh:requests] Add handler for `requests` HTTP library (#3668) 8 months ago
compat [core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581) 9 months ago
dependencies [rh:requests] Add handler for `requests` HTTP library (#3668) 8 months ago
downloader [fd/fragment] Improve progress calculation (#8241) 8 months ago
extractor [cleanup] Misc (#8338) 8 months ago
networking [rh:requests] Add handler for `requests` HTTP library (#3668) 8 months ago
postprocessor [core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581) 9 months ago
utils [utils] `write_xattr`: Use `os.setxattr` if available (#8205) 8 months ago
YoutubeDL.py [rh:requests] Add handler for `requests` HTTP library (#3668) 8 months ago
__init__.py [compat, networking] Deprecate old functions (#2861) 11 months ago
__main__.py [cleanup] Misc 2 years ago
aes.py [dependencies] Simplify `Cryptodome` 1 year ago
cache.py [cleanup] Misc 1 year ago
casefold.py Update to ytdl-commit-07af47 12 months ago
cookies.py [cookies] Containers JSON should be opened as utf-8 (#7800) 10 months ago
jsinterp.py Update to ytdl-commit-07af47 12 months ago
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2 years ago
options.py [rh:requests] Add handler for `requests` HTTP library (#3668) 8 months ago
plugins.py [plugins] Don't look in `.egg` directories 1 year ago
socks.py [networking] Fix various socks proxy bugs (#8065) 9 months ago
update.py [core] Raise minimum recommended Python version to 3.8 (#8183) 9 months ago
version.py Release 2023.10.13 8 months ago
webvtt.py [webvtt] Handle premature EOF 2 years ago