diff --git a/YoutubeScript.js b/YoutubeScript.js index 310970030377e299df46499cd4d80fe16ff88936..5a39ed6f972937ded886af940967a88190bab6f4 100644 --- a/YoutubeScript.js +++ b/YoutubeScript.js @@ -6149,7 +6149,7 @@ function getCipherFunctionCode(playerCode, jsUrl) { } } if(!cipherFunctionName) { - if(bridge.devSubmit) bridge.devSubmit("getCipherFunctionCode - Failed to find cipher (name)", jsUrl); + if(bridge.devSubmit) bridge.devSubmit("getCipherFunctionCode - Failed to find cipher (name)", jsUrl + "\n\n" + playerCode); throw new ScriptException("Failed to find cipher (name)\n" + jsUrl); } const cipherFunctionCodeMatch = playerCode.match("(" + escapeRegex(cipherFunctionName) + "=function\\([a-zA-Z0-9_]+\\)\\{.+?\\})");