]> git.sesse.net Git - vlc/commitdiff
* googlevideo.lua: add small comment to explain why we're not getting the meta data.
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 17 May 2007 20:46:31 +0000 (20:46 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 17 May 2007 20:46:31 +0000 (20:46 +0000)
share/luaplaylist/googlevideo.lua

index b4ad5dd0f5248865f5ab9deb0199f13d45e32381..3b9d8fc15a787a10d08fa90286d03836a8ded9b8 100644 (file)
@@ -9,5 +9,7 @@ end
 
 -- Parse function.
 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" ) } }
 end