]> git.sesse.net Git - vlc/commitdiff
Add comment.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 9 Sep 2007 21:43:27 +0000 (21:43 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 9 Sep 2007 21:43:27 +0000 (21:43 +0000)
share/luaplaylist/youtube_homepage.lua

index 100ba896fd0ff9f8a7eba01e073fcad710a5733d..7a26de13cb1f8da42de1753ea5b1e1333f9487c9 100644 (file)
@@ -1,3 +1,8 @@
+--[[
+    Parse YouTube homepage and browse pages. Next step is to recode firefox
+    in VLC ... using Lua of course ;)
+--]]
+
 function probe()
     return vlc.access == "http" and ( string.match( vlc.path, "youtube.com/?$" ) or string.match( vlc.path, "youtube.com/browse" ) )
 end