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

Dailymotion: fix the parsing of the pages

(cherry picked from commit d23510deb0bba4433496d27c2808c750332bb59f)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 0d4a5de9
...@@ -53,7 +53,7 @@ function parse() ...@@ -53,7 +53,7 @@ function parse()
if not line then if not line then
break break
end end
if string.match( line, "\"sequence\",") if string.match( line, "\"sequence\"")
then then
line = vlc.strings.decode_uri(line):gsub("\\/", "/") 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