Fix OkHttp
This commit is contained in:
parent
4fb49d54b5
commit
4ac70e6966
|
@ -678,7 +678,7 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
|||
|
||||
String helperPattern = "(var "
|
||||
+ helperObjectName.replace("$", "\\$") + "=\\{.+?\\}\\};)";
|
||||
helperObject = Parser.matchGroup1(helperPattern, playerCode);
|
||||
helperObject = Parser.matchGroup1(helperPattern, playerCode.replace("\n", ""));
|
||||
|
||||
|
||||
callerFunc = callerFunc.replace("%%", decryptionFuncName);
|
||||
|
|
Loading…
Reference in New Issue