Commit 29d954bb authored by Antoine Cellerier's avatar Antoine Cellerier

Remove debug.

parent cb7cc6e8
......@@ -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
......
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