[vlc-commits] Dailymotion: fix the parsing of the pages
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sun Aug  5 23:04:39 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug  5 23:03:18 2012 +0200| [d23510deb0bba4433496d27c2808c750332bb59f] | committer: Jean-Baptiste Kempf
Dailymotion: fix the parsing of the pages
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d23510deb0bba4433496d27c2808c750332bb59f
---
 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