Commit 80b99996 authored by Pierre Ynard's avatar Pierre Ynard

vimeo.lua: remove debug

parent 2d2df2dc
......@@ -31,9 +31,7 @@ end
function parse()
p = {}
if string.match ( vlc.path, "vimeo.com/%d+" ) then
print (" vlc path is : " .. vlc.path )
_,_,id = string.find( vlc.path, "vimeo.com/(.*)")
print (" id is : " .. id )
return { { path = "http://vimeo.com/moogaloop/load/clip:" .. id .. "/local/", name = "Vimeo playlist" } }
end
......
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