Is your feature request related to a problem? Please describe.
wtwitch is useful for being able to manage followed/subscribed twitch channels in a more private way, without logging into Twitch. But this privacy could be improved further by proxying the service through Tor.
Describe the solution you'd like
yt-dlp allows for proxying through tor or a proxy through the --proxy command line option. I would like a similar command line option for wtwitch.
Describe alternatives you've considered
Operating wtwitch through a virtual machine that connects everything through tor is a bloated solution and less accessible.
It is probably better to not actually watch the streams through tor, since the latency would be too much for live streaming. But if one is just trying to keep track of channels on the command line, it should be reasonable to add support for proxying through Tor or a proxy server, in order to increase privacy and protect your data from the evil Amazon company.
Is your feature request related to a problem? Please describe. wtwitch is useful for being able to manage followed/subscribed twitch channels in a more private way, without logging into Twitch. But this privacy could be improved further by proxying the service through Tor.
Describe the solution you'd like yt-dlp allows for proxying through tor or a proxy through the --proxy command line option. I would like a similar command line option for wtwitch.
Describe alternatives you've considered Operating wtwitch through a virtual machine that connects everything through tor is a bloated solution and less accessible.
Additional context yt-dlp allows for proxying through their proxy option (see https://github.com/yt-dlp/yt-dlp#network-options). FreeTube allows for proxying through Tor via a GUI (see https://github.com/FreeTubeApp/FreeTube/discussions/4563). wtwitch could also allow proxying via the command line.
It is probably better to not actually watch the streams through tor, since the latency would be too much for live streaming. But if one is just trying to keep track of channels on the command line, it should be reasonable to add support for proxying through Tor or a proxy server, in order to increase privacy and protect your data from the evil Amazon company.
Thank you for considering the request.