Add token flag
Allows for login using refresh token in crunchy. Adds #597 + Documentation
This commit is contained in:
parent
b497fb40df
commit
789ed2c5b0
1 changed files with 6 additions and 0 deletions
|
|
@ -41,6 +41,12 @@ Set the password to use for the authentication. If not provided, you will be pro
|
|||
| Funimation, Crunchyroll | `--silentAuth ` | `boolean` | `No`| `NaN` | `false`| `silentAuth: ` |
|
||||
|
||||
Authenticate every time the script runs. Use at your own risk.
|
||||
#### `--token`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **Default** |**cli-default Entry**
|
||||
| --- | --- | --- | --- | --- | --- | ---|
|
||||
| Crunchyroll | `--token ${token}` | `string` | `No`| `NaN` | `undefined`| `token: ` |
|
||||
|
||||
Allows you to login with your token (Example on crunchy is Refresh Token/etp-rt cookie)
|
||||
### Fonts
|
||||
#### `--dlFonts`
|
||||
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**
|
||||
|
|
|
|||
Loading…
Reference in a new issue