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 20fbbd9249
[networking] Fix various socks proxy bugs (#8065)
- Fixed support for IPv6 socks proxies
- Fixed support for IPv6 over socks5
- Fixed --source-address not being obeyed for socks4 and socks5
- Fixed socks4a when the destination address is an IPv4 address

Closes https://github.com/yt-dlp/yt-dlp/issues/7959
Fixes https://github.com/ytdl-org/youtube-dl/issues/15368

Authored by: coletdjnz
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
Co-authored-by: bashonly <bashonly@bashonly.com>
9 months ago
..
__pyinstaller [build] Make sure deprecated modules are added 11 months ago
compat [compat] Ensure submodules are imported correctly 11 months ago
dependencies [dependencies/Cryptodome] Fix `__bool__` 1 year ago
downloader [cleanup] Misc fixes 11 months ago
extractor [ie/massengeschmack.tv] Fix title extraction (#7813) 9 months ago
networking [networking] Fix various socks proxy bugs (#8065) 9 months ago
postprocessor [compat, networking] Deprecate old functions (#2861) 11 months ago
utils [core] Fix support for upcoming Python 3.12 (#8130) 9 months ago
YoutubeDL.py [core] Fix support for upcoming Python 3.12 (#8130) 9 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 Improve `--download-sections` 12 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 [compat, networking] Deprecate old functions (#2861) 11 months ago
version.py Release 2023.07.06 11 months ago
webvtt.py [webvtt] Handle premature EOF 2 years ago