]> git.sesse.net Git - vlc/commitdiff
Remove debug.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 9 Sep 2007 21:03:49 +0000 (21:03 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 9 Sep 2007 21:03:49 +0000 (21:03 +0000)
share/luaplaylist/dailymotion.lua

index 93e17cfdd8612bb6d060cc1984f5f2521eafad77..2e15d95ab5b1e10334e3b66a4b6ce23f1889f239 100644 (file)
@@ -20,9 +20,7 @@ function parse()
         if not line then break end
         if string.match( line, "param name=\"flashvars\" value=\".*url=" )
         then
-            vlc.msg_err( "Tada!" )
             path = vlc.decode_uri( string.gsub( line, "^.*param name=\"flashvars\" value=\".*url=([^&]*).*$", "%1" ) )
-            vlc.msg_err( path )
         end
         --[[ if string.match( line, "<title>" )
         then