mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-05 19:15:07 +00:00
Merge pull request #658 from pixkk/main
fix(innertube): Fixed decipher function
This commit is contained in:
commit
b6659d7766
1 changed files with 10 additions and 0 deletions
|
@ -89,6 +89,16 @@ class Innertube {
|
|||
/\{[A-Za-z]=[A-Za-z]\.split\(""\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);return +[A-Za-z]\.join\(""\)};/.exec(
|
||||
baseJs.data
|
||||
);
|
||||
} else if (
|
||||
/\{a=a\.split\(""[^"]*""\)\};/i.exec(
|
||||
baseJs.data
|
||||
)
|
||||
) {
|
||||
// 10.07.2023
|
||||
isMatch =
|
||||
/\{a=a\.split\(""[^"]*""\)\};/i.exec(
|
||||
baseJs.data
|
||||
);
|
||||
} else {
|
||||
isMatch =
|
||||
/\{a=a\.split\(""\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);[A-Za-z]+\.[A-Za-z0-9]+\([^)]*\);return a\.join\(""\)\};/.exec(
|
||||
|
|
Loading…
Reference in a new issue