X-Git-Url: http://git.videolan.org/?p=vlc.git;a=blobdiff_plain;f=share%2Flua%2Fplaylist%2Fliveleak.lua;h=c7ce6951035333d5f5a71718f31d92feb22841c8;hp=6811977b3470c486ebdda22f7508d5b61129c910;hb=9ae3871c05e1463a77bd6997eb70b5564e1e395e;hpb=807fda798db06dbcabfe6af0b5d10ce4f55d46f5 diff --git a/share/lua/playlist/liveleak.lua b/share/lua/playlist/liveleak.lua index 6811977b34..c7ce695103 100644 --- a/share/lua/playlist/liveleak.lua +++ b/share/lua/playlist/liveleak.lua @@ -23,7 +23,7 @@ -- Probe function. function probe() return vlc.access == "http" - and string.match( vlc.path, "www.liveleak.com/view" ) + and string.match( vlc.path, "^www%.liveleak%.com/view" ) end -- Util function