From ce0868d1e00bdb31a817f9e57d3bae8a897c506f Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Tue, 8 Mar 2022 21:39:28 +0000 Subject: [PATCH] vlcsub: switch API URLs to HTTPS --- share/lua/extensions/VLSub.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua index d3ffdda6fc..15cf22b9c4 100644 --- a/share/lua/extensions/VLSub.lua +++ b/share/lua/extensions/VLSub.lua @@ -928,7 +928,7 @@ function get_available_translations() -- causing error with github https CA certficate on OS X an XP) -- https://github.com/exebetche/vlsub/tree/master/locale - local translations_url = "http://addons.videolan.org/CONTENT/".. + local translations_url = "https://addons.videolan.org/CONTENT/".. "content-files/148752-vlsub_translations.xml" if input_table['intLangBut']:get_text() == lang["int_search_transl"] @@ -1012,7 +1012,7 @@ openSub = { itemStore = nil, actionLabel = "", conf = { - url = "http://api.opensubtitles.org/xml-rpc", + url = "https://api.opensubtitles.org/xml-rpc", path = nil, userAgentHTTP = "VLSub", useragent = "VLSub 0.11.1",