mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
update README
This commit is contained in:
@@ -7,12 +7,6 @@ Utility for extracting credentials from the Crunchyroll Android app
|
||||
- [Node.js](https://nodejs.org/en)
|
||||
- [jadx](https://github.com/skylot/jadx)
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
npm i crextractor
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### Fetching already extracted credentials
|
||||
@@ -47,6 +41,10 @@ npx crextractor --target mobile --output ./credentials.mobile.json
|
||||
|
||||
### Library
|
||||
|
||||
```bash
|
||||
npm i crextractor
|
||||
```
|
||||
|
||||
```js
|
||||
import { extract } from 'crextractor';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user