Commit f952b888 authored by Ilkka Ollakka's avatar Ilkka Ollakka

appletrailer: small fix to get correct trailer type on playlist

parent 2d8becef
......@@ -64,8 +64,8 @@ function parse()
line = vlc.readline()
if not line then break end
if string.match( line, "h%d>.-</h%d" ) then
description = find( line, "h%d>(.+)</h%d")
if string.match( line, "h3>.-</h3" ) then
description = find( line, "h3>(.-)</h3")
vlc.msg.dbg(description)
end
if string.match( line, 'img src=') then
......
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