Commit c827b4b4 authored by Pierre Ynard's avatar Pierre Ynard

vimeo.lua: remove tabs and debug output

(cherry picked from commit ecddf0b63594b62dfb6c89c0a73ccf669f1f581b)
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent c5c797b1
......@@ -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