git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb7cc6e
)
Remove debug.
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 9 Sep 2007 21:03:49 +0000
(21:03 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 9 Sep 2007 21:03:49 +0000
(21:03 +0000)
share/luaplaylist/dailymotion.lua
patch
|
blob
|
history
diff --git
a/share/luaplaylist/dailymotion.lua
b/share/luaplaylist/dailymotion.lua
index
93e17cf
..
2e15d95
100644
(file)
--- a/
share/luaplaylist/dailymotion.lua
+++ b/
share/luaplaylist/dailymotion.lua
@@
-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