Commit f1f02819 authored by Rémi Duraffort's avatar Rémi Duraffort Committed by Pierre Ynard

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

(cherry picked from commit 01356cfbd1b3ad567aa391245f3ba218a3b13048)
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent 0166c658
...@@ -35,7 +35,7 @@ end ...@@ -35,7 +35,7 @@ end
-- Probe function. -- Probe function.
function probe() function probe()
if vlc.access ~= "http" then if vlc.access ~= "http" and vlc.access ~= "https" then
return false return false
end end
options = {":demux=avformat,ffmpeg"} 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