appletrailers.lua add the forgotten vlc lua edition

This commit is contained in:
Ilkka Ollakka 2009-10-06 22:51:29 +03:00
parent f9d4a5abd4
commit e974af6dfd

View File

@ -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