nhCoder / YouTubeExtractor

Extracts Youtube urls for streaming and downloading purpose.
Apache License 2.0
68 stars 25 forks source link

[CipherManager.java] issue when extract video with chiper #30

Closed arielv456 closed 4 years ago

arielv456 commented 4 years ago

When I try to get the regexDesipherFunctionCode with regax, I get: decipher=function(a){a=a.split("");$u.FE(a,46);$u.ar(a,2);$u.FE(a,2);$u.TR(a,29);$u.FE(a,6);$u.ar(a,1);$u.FE(a,67);$u.ar(a,3);return a.join("")};

and it look like he can't find the varName with this regexDesipherFunctionCode, he get the varName $u.FE(a,46), and that not work.