exebetche / vlsub

VLC extension to download subtitles from opensubtitles.org
1.34k stars 346 forks source link

https instead of http #187

Open markus2120 opened 6 years ago

markus2120 commented 6 years ago

Could you move all requests to https? Thanks

mtrz commented 6 years ago

No, that won't work so easy. You need a real SSL parser in lua, https links uses also a different port 443, not 80 like http. So that would probably not work. I also playing around to get some SSL support in VLSub but without success for now. I want to fix the translation link that uses https. Here are some more info about this SSL issue: https://github.com/exebetche/vlsub/issues/197