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)
|
- [Node.js](https://nodejs.org/en)
|
||||||
- [jadx](https://github.com/skylot/jadx)
|
- [jadx](https://github.com/skylot/jadx)
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm i crextractor
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Fetching already extracted credentials
|
### Fetching already extracted credentials
|
||||||
@@ -47,6 +41,10 @@ npx crextractor --target mobile --output ./credentials.mobile.json
|
|||||||
|
|
||||||
### Library
|
### Library
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm i crextractor
|
||||||
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import { extract } from 'crextractor';
|
import { extract } from 'crextractor';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user