Commit 906a3f2f authored by Antoine Cellerier's avatar Antoine Cellerier

* googlevideo.lua: add small comment to explain why we're not getting the meta data.

parent 1757474f
...@@ -9,5 +9,7 @@ end ...@@ -9,5 +9,7 @@ end
-- Parse function. -- Parse function.
function parse() function parse()
-- We don't need to get the meta data here since it'll be available in
-- the GVP file.
return { { path = string.gsub( vlc.path, "^.*(docid=[^&]*).*$", "http://video.google.com/videogvp?%1" ) } } return { { path = string.gsub( vlc.path, "^.*(docid=[^&]*).*$", "http://video.google.com/videogvp?%1" ) } }
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