]> git.sesse.net Git - vlc/blobdiff - share/lua/playlist/appletrailers.lua
HTTP: add LibVLC version to User-Agent correctly
[vlc] / share / lua / playlist / appletrailers.lua
index 3e2688dab2df9d390d911e5e360bf5433f844cab..dd1a5f1246da3320c16a0419c11f398d87343826 100644 (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 vlc lua edition\"" } )
+            table.insert( p, { path = path; name = title..extraname; description = description; url = vlc.path; options = ":http-user-agent=\"QuickTime\"" } )
         end
         if string.match( line, "<title>" )
         then