Commit 513c45c8 authored by Pierre Ynard's avatar Pierre Ynard

vimeo.lua: cosmetics

parent c163f06e
...@@ -104,5 +104,5 @@ function parse() ...@@ -104,5 +104,5 @@ function parse()
quality = "hd" quality = "hd"
end end
path = "http://player.vimeo.com/play_redirect?quality="..quality.."&codecs="..codec.."&clip_id="..id.."&time="..tstamp.."&sig="..rsig.."&type=html5_desktop_local" path = "http://player.vimeo.com/play_redirect?quality="..quality.."&codecs="..codec.."&clip_id="..id.."&time="..tstamp.."&sig="..rsig.."&type=html5_desktop_local"
return { { path = path; name = name; arturl = arturl, duration = duration } } return { { path = path; name = name; arturl = arturl; duration = duration } }
end 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