fix(YouTube - Spoof video streams): Use webview to generate a PoToken for web client streams

This commit is contained in:
oSumAtrIX 2025-09-02 14:32:18 +02:00 committed by LisoUseInAIKyrios
parent 2520129ace
commit 95580f84ec
3 changed files with 711 additions and 0 deletions

View file

@ -7,3 +7,7 @@
-keep class com.google.** {
*;
}
-keep class org.mozilla.javascript.** { *; }
-keep class org.mozilla.classfile.ClassFileWriter
-dontwarn org.mozilla.javascript.tools.**