git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d4a5a
)
appletrailers.lua add the forgotten vlc lua edition
author
Ilkka Ollakka
<ileoo@videolan.org>
Tue, 6 Oct 2009 19:51:29 +0000
(22:51 +0300)
committer
Ilkka Ollakka
<ileoo@videolan.org>
Tue, 6 Oct 2009 19:51:29 +0000
(22:51 +0300)
share/lua/playlist/appletrailers.lua
patch
|
blob
|
history
diff --git
a/share/lua/playlist/appletrailers.lua
b/share/lua/playlist/appletrailers.lua
index
dd1a5f1
..
3e2688d
100644
(file)
--- a/
share/lua/playlist/appletrailers.lua
+++ b/
share/lua/playlist/appletrailers.lua
@@
-53,7
+53,7
@@
function parse()
else
extraname = ""
end
- table.insert( p, { path = path; name = title..extraname; description = description; url = vlc.path; options = ":http-user-agent=\"QuickTime\"" } )
+ table.insert( p, { path = path; name = title..extraname; description = description; url = vlc.path; options = ":http-user-agent=\"QuickTime
vlc lua edition
\"" } )
end
if string.match( line, "<title>" )
then