mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-01 23:05:23 +00:00
Fix OkHttp
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user