Commit 01356cfb authored by Rémi Duraffort's avatar Rémi Duraffort

youtube: also accept https links (might fix #4526).

parent 06ba6877
......@@ -35,7 +35,7 @@ end
-- Probe function.
function probe()
if vlc.access ~= "http" then
if vlc.access ~= "http" and vlc.access ~= "https" then
return false
end
options = {":demux=avformat,ffmpeg"}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment