I have fixed the lua file. If someone is facing the same issue, please open dailymotion.lua and
replace this line
if string.match( line, "\"sequence\",")
with this line
if string.match( line, "\"sequence\"")
and it should start working.
Thanks
VGG