Commit f8c26749 authored by Rafaël Carré's avatar Rafaël Carré

lua playlist: fix joox

parent 1e698a03
......@@ -22,7 +22,7 @@
function probe()
return vlc.access == "http"
and string.match( vlc.path, "joox.net" ) or
string.match( vlc.path, "dp.ylle.net" )
string.match( vlc.path, "/iframe.php%?video=1&" )
end
-- Parse function.
......
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