From 0371b31dcc894d496368567fb8b8dd06288844e6 Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 22 Aug 2022 13:06:05 +0200 Subject: [PATCH] Add info and update command examples --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16f95596..9c22f1ba 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: