Browse Source

vlcsub: switch API URLs to HTTPS

pull/134/head
Lyndon Brown 4 years ago
committed by Rémi Denis-Courmont
parent
commit
ce0868d1e0
  1. 4
      share/lua/extensions/VLSub.lua

4
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",

Loading…
Cancel
Save