Commit e974af6d authored by Ilkka Ollakka's avatar Ilkka Ollakka

appletrailers.lua add the forgotten vlc lua edition

parent f9d4a5ab
...@@ -53,7 +53,7 @@ function parse() ...@@ -53,7 +53,7 @@ function parse()
else else
extraname = "" extraname = ""
end 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 end
if string.match( line, "<title>" ) if string.match( line, "<title>" )
then then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment