You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does "@distube/ytdl-core" support SOCKS proxy? In some network environments, users may only be able to access the Internet through a SOCKS proxy. Adding support for SOCKS proxy will make the library more flexible to use.
The "ytdl.createProxyAgent" method can be enhanced to add support for SOCKS proxy. For example, allow users to pass SOCKS proxy configuration when creating a proxy, including the proxy server address and port.
Does "@distube/ytdl-core" support SOCKS proxy? In some network environments, users may only be able to access the Internet through a SOCKS proxy. Adding support for SOCKS proxy will make the library more flexible to use.
The "ytdl.createProxyAgent" method can be enhanced to add support for SOCKS proxy. For example, allow users to pass SOCKS proxy configuration when creating a proxy, including the proxy server address and port.
Here is a working code example: