mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-11 09:50:32 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
14aa6de422
@ -779,7 +779,7 @@ public class YoutubeStreamExtractor extends StreamExtractor {
|
|||||||
|
|
||||||
String functionPattern = "("
|
String functionPattern = "("
|
||||||
+ decryptionFuncName.replace("$", "\\$")
|
+ decryptionFuncName.replace("$", "\\$")
|
||||||
+ "=function\\([a-zA-Z0-9_]*\\)\\{.+?\\})";
|
+ "=function\\([a-zA-Z0-9_]+\\)\\{.+?\\})";
|
||||||
decryptionFunc = "var " + Parser.matchGroup1(functionPattern, playerCode) + ";";
|
decryptionFunc = "var " + Parser.matchGroup1(functionPattern, playerCode) + ";";
|
||||||
|
|
||||||
helperObjectName = Parser
|
helperObjectName = Parser
|
||||||
|
Loading…
Reference in New Issue
Block a user