Commit f459d157 authored by Pierre Ynard's avatar Pierre Ynard

youtube.lua: update to new website changes

(cherry picked from commit 0137d3be)
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent 881baaa2
......@@ -95,8 +95,8 @@ function parse()
_,_,artist = string.find( line, "href=\"/user/([^\"]*)\"" )
end
-- JSON parameters, also formerly known as "swfConfig",
-- "SWF_ARGS", "swfArgs" ...
if string.match( line, "PLAYER_CONFIG" ) then
-- "SWF_ARGS", "swfArgs", "PLAYER_CONFIG" ...
if string.match( line, "playerConfig" ) then
if not fmt then
prefres = get_prefres()
if prefres >= 0 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