commit
7716b14378
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
||||||
|
|
||||||
String helperPattern = "(var "
|
String helperPattern = "(var "
|
||||||
+ helperObjectName.replace("$", "\\$") + "=\\{.+?\\}\\};)";
|
+ helperObjectName.replace("$", "\\$") + "=\\{.+?\\}\\};)";
|
||||||
helperObject = Parser.matchGroup1(helperPattern, playerCode);
|
helperObject = Parser.matchGroup1(helperPattern, playerCode.replace("\n", ""));
|
||||||
|
|
||||||
|
|
||||||
callerFunc = callerFunc.replace("%%", decryptionFuncName);
|
callerFunc = callerFunc.replace("%%", decryptionFuncName);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue