]> git.sesse.net Git - vlc/commitdiff
Dailymotion: fix the parsing of the pages
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 5 Aug 2012 21:03:18 +0000 (23:03 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 5 Aug 2012 21:03:18 +0000 (23:03 +0200)
share/lua/playlist/dailymotion.lua

index b6b43ed16a2e98e26dd54475a1a3c91609377c5c..e8a8b75cf86f9a25a50c771a64f9174d7983cbbb 100644 (file)
@@ -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("\\/", "/")