This commit is contained in:
Antoine Cellerier 2008-09-12 22:30:24 +02:00
parent af7cf494ef
commit 24bacb2877
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
-- Probe function.
function probe()
return vlc.access == "http"
and string.match( vlc.path, "break.com" )
and ( string.match( vlc.path, "^break.com" )
or string.match( vlc.path, "^www.break.com" )
end
-- Parse function.