update README

This commit is contained in:
Vitaly Gashkov
2025-08-24 10:40:33 +05:00
parent c286e2b501
commit 8abe8eb654
+8 -8
View File
@@ -37,6 +37,14 @@ async function main() {
} }
``` ```
#### Command-line interface
```bash
npx crextractor --target mobile --output ./credentials.mobile.json
```
> Results will be printed to the console and saved to `credentials.mobile.json` file. By default, the target is TV, but you can change it with `--target mobile` option.
#### Library #### Library
```js ```js
@@ -51,14 +59,6 @@ const { id, secret, encoded, authorization } = await extract();
// Do something with the extracted credentials // Do something with the extracted credentials
``` ```
#### Command-line interface
```bash
npx crextractor --target mobile --output ./credentials.mobile.json
```
> Results will be printed to the console and saved to `credentials.mobile.json` file. By default, the target is TV, but you can change it with `--target mobile` option.
## License ## License
MIT MIT