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
-- 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