aandrew-me / ytDownloader

A modern GUI App for downloading Videos and Audios from hundreds of sites
https://ytdn.netlify.app/
GNU General Public License v3.0
949 stars 87 forks source link

[Feature Request]Please add a SOCKS5 proxy configuration. #150

Closed cx0006 closed 1 year ago

cx0006 commented 1 year ago

Description Please add a SOCKS5 proxy configuration.

aandrew-me commented 1 year ago

I didn't add any additional options like proxy because there is support for config file where you can specify such things.

Here is how you can use proxy -

--proxy URL                     Use the specified HTTP/HTTPS/SOCKS proxy. To
                                enable SOCKS proxy, specify a proper scheme,
                                e.g. socks5://user:pass@127.0.0.1:1080/.
                                Pass in an empty string (--proxy "") for
                                direct connection