mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
fix: change apk source
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
export function extractSecrets(): Promise<{
|
||||
// Crunchyroll app ID
|
||||
id: string;
|
||||
// Crunchyroll app secret
|
||||
secret: string;
|
||||
// Base64 encoded `id:secret` string
|
||||
encoded: string;
|
||||
// HTTP header with Basic Authorization to access Crunchyroll mobile APIs
|
||||
authorization: string;
|
||||
}>;
|
||||
Reference in New Issue
Block a user