younesaassila / ttv-lol-pro

TTV LOL PRO removes most livestream ads from Twitch. This is free, don't expect it to be perfect.
GNU General Public License v3.0
1.39k stars 26 forks source link

Add support for HTTPS proxies #281

Closed younesaassila closed 5 months ago

younesaassila commented 6 months ago

Some people want to use NordVPN HTTPS proxies but this currently requires a locally run HTTP proxy (Brower -> local HTTP -> NordVPN HTTPS). It'd be nice to support this feature since it's fairly easy to implement.

This would require changes to the way proxies are stored in memory though!

younesaassila commented 5 months ago

Kind of a pain to update proxy type since many functions assume proxies to be of type string.

Also most people wanting this feature are tech savvy enough to be able to run a local HTTP proxy/forwarder.

Closing as won't fix for now