Commit 8cd7277c authored by Pierre Ynard's avatar Pierre Ynard

youtube.lua: resolve XML entities in Art URL

parent 623c46ba
......@@ -265,6 +265,7 @@ function parse()
if string.match( line, "<meta property=\"og:image\"" ) then
_,_,arturl = string.find( line, "content=\"(.-)\"" )
arturl = vlc.strings.resolve_xml_special_chars( arturl )
end
if string.match(line, "\"author\":\"(.-)\",") 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