mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 03:33:54 +08:00
Dailymotion: fix double encoding in video description
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
parent
e804bf92be
commit
459af8fae9
@ -85,7 +85,7 @@ function parse()
|
||||
end
|
||||
if string.match( line, "<meta name=\"description\"" )
|
||||
then
|
||||
description = vlc.strings.resolve_xml_special_chars( find( line, "name=\"description\" lang=\".-\" content=\"(.-)\"" ) )
|
||||
description = vlc.strings.resolve_xml_special_chars( vlc.strings.resolve_xml_special_chars( find( line, "name=\"description\" lang=\".-\" content=\"(.-)\"" ) ) )
|
||||
end
|
||||
if path and name and description and arturl then break end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user