git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e804bf9
)
Dailymotion: fix double encoding in video description
author
Fabio Ritrovato
<exsephiroth87@gmail.com>
Tue, 21 Jul 2009 10:46:04 +0000
(12:46 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 21 Jul 2009 16:29:18 +0000
(18:29 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
share/lua/playlist/dailymotion.lua
patch
|
blob
|
history
diff --git
a/share/lua/playlist/dailymotion.lua
b/share/lua/playlist/dailymotion.lua
index
eb6fb9d
..
fd88028
100644
(file)
--- a/
share/lua/playlist/dailymotion.lua
+++ b/
share/lua/playlist/dailymotion.lua
@@
-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