Bluegrams / Vividl

Modern Windows GUI for youtube-dl/ yt-dlp
https://vividl.sourceforge.io
BSD 3-Clause "New" or "Revised" License
638 stars 54 forks source link

SOCKS5 PROXY #32

Closed oneflowa closed 2 years ago

oneflowa commented 3 years ago

Could you please add SOCKS5 proxy option to it ? thanks

alxnull commented 2 years ago

Hi, this should already be possible with the right syntax for the proxy url as shown here.

Go to Options -> Settings -> Download and fill in a proxy url with this format socks5://username:password@hostname:port/. Vividl passes this string directly to youtube-dl, so this should work. I haven't tested it yet though.