Commit d23510de authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Dailymotion: fix the parsing of the pages

parent 60758c03
......@@ -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("\\/", "/")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment