Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Add info and update command examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Aug 22, 2022
1 parent f974d52 commit 0371b31
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ This can be performed via crunchyroll account email and password.
$ crunchy login user@example.com password
```

or via session id
or via refresh token / `etp_rt` cookie

```shell
$ crunchy login --session-id 8e9gs135defhga790dvrf2i0eris8gts
$ crunchy login --refresh-token 7578ce50-5712-3gef-b97e-01332d6b588c
```

### Download
Expand Down Expand Up @@ -169,6 +169,24 @@ The following flags can be (optional) passed to modify the [archive](#archive) p
| `-r` | `--resolution` | The resolution of the video(s). `best` for best resolution, `worst` for worst. |
| `-g` | `--goroutines` | Sets how many parallel segment downloads should be used. |
### Info
The `info` displays some information about the account which is used for the cli.
```shell
$ crunchy info
```
### Update
If you want to update your local version of `crunchy-cli`, this command makes this easier.
It checks if a new version is available and if so, updates itself.
```shell
$ crunchy update
```
### Global flags
These flags you can use across every sub-command:
Expand Down

0 comments on commit 0371b31

Please sign in to comment.