1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

Youtube: fix playback of recent pages

This commit is contained in:
Jean-Baptiste Kempf 2014-11-18 13:43:56 +01:00
parent 854254cea9
commit 7529f9c0c3

View File

@ -89,7 +89,9 @@ function js_descramble( sig, js_url )
-- HTTP request later
table.insert( lines, line )
-- c&&(b.signature=ij(c));
descrambler = string.match( line, "%.signature=(.-)%(" )
-- descrambler = string.match( line, "%.signature=(.-)%(" )
-- descrambler = string.match( line, "%.sig%|%|(.-)%(" )
descrambler = string.match( line, "%.sig||([a-zA-Z0-9]+)%(" )
end
-- Fetch the code of the descrambler function. The function is