[vlc-devel] [PATCH 3/3] Changes to support lua 5.2 number 3
Kelly Anderson
kelly at silka.with-linux.com
Sun Jan 1 00:28:34 CET 2012
---
share/lua/playlist/extreme.lua | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/lua/playlist/extreme.lua b/share/lua/playlist/extreme.lua
index a8fd882..f5949ce 100644
--- a/share/lua/playlist/extreme.lua
+++ b/share/lua/playlist/extreme.lua
@@ -51,7 +51,7 @@ function parse()
break
end
end
- return { { path = "http://player%.extreme%.com/info/" .. vid; name = "extreme%.com video"; } }
+ return { { path = "http://player.extreme.com/info/" .. vid; name = "extreme.com video"; } }
end
if string.match( vlc.path, "player%.extreme%.com/info/." ) then
--
1.7.8.2
More information about the vlc-devel
mailing list