mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 03:33:54 +08:00
appletrailers.lua add the forgotten vlc lua edition
This commit is contained in:
parent
f9d4a5abd4
commit
e974af6dfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user