[vlc-commits] Dailymotion: fix the parsing of the pages

Jean-Baptiste Kempf git at videolan.org
Mon Aug 6 22:50:47 CEST 2012


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug  5 23:03:18 2012 +0200| [fd3585bc3d5086e57faa11df752d398fa9284eb9] | committer: Jean-Baptiste Kempf

Dailymotion: fix the parsing of the pages
(cherry picked from commit d23510deb0bba4433496d27c2808c750332bb59f)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=fd3585bc3d5086e57faa11df752d398fa9284eb9
---

 share/lua/playlist/dailymotion.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/lua/playlist/dailymotion.lua b/share/lua/playlist/dailymotion.lua
index b6b43ed..e8a8b75 100644
--- a/share/lua/playlist/dailymotion.lua
+++ b/share/lua/playlist/dailymotion.lua
@@ -53,7 +53,7 @@ function parse()
         if not line then
             break
         end
-        if string.match( line, "\"sequence\",")
+        if string.match( line, "\"sequence\"")
         then
             line = vlc.strings.decode_uri(line):gsub("\\/", "/")
 



More information about the vlc-commits mailing list