mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
4a2e0af73cdba0c0e158c7d912cc7719d1268650
Crunchys
A utility to extract secrets from Crunchyroll mobile app
Prerequisites
Installation
npm i crunchys
Usage
Library
import { extractSecrets } from 'crunchys';
const { id, secret, encoded, header } = await extractSecrets();
// Do something with the extracted secrets
Command-line interface
npx crunchys
License
MIT
Languages
JavaScript
100%