Commit ecddf0b6 authored by Pierre Ynard's avatar Pierre Ynard

vimeo.lua: remove tabs and debug output

parent 9e3493dd
......@@ -43,7 +43,6 @@ end
-- Parse function.
function parse()
if string.match ( vlc.path, "vimeo.com/%d+$" ) then
vlc.msg.warn("matched "..vlc.path)
_,_,id = string.find( vlc.path, "vimeo.com/([0-9]*)")
prefres = get_prefres()
ishd = false
......
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