mirror of
https://github.com/videolan/vlc.git
synced 2024-12-12 19:23:43 +08:00
lua: youtube seems to do some (more) double encoding
This commit is contained in:
parent
444c6a0675
commit
27e2bbffe7
@ -68,6 +68,7 @@ function parse()
|
||||
if string.match( line, "<meta name=\"title\"" ) then
|
||||
_,_,name = string.find( line, "content=\"(.-)\"" )
|
||||
name = vlc.strings.resolve_xml_special_chars( name )
|
||||
name = vlc.strings.resolve_xml_special_chars( name )
|
||||
end
|
||||
if string.match( line, "<meta name=\"description\"" ) then
|
||||
-- Don't ask me why they double encode ...
|
||||
|
Loading…
Reference in New Issue
Block a user