Change links from beta.crunchyroll.com to www.crunchyroll.com

This commit is contained in:
ByteDream 2022-10-28 12:43:51 +02:00
parent f3e93ba2b8
commit 0572af4e07
3 changed files with 13 additions and 13 deletions

View file

@ -51,7 +51,7 @@ func init() {
Cmd.Flags().BoolVar(&loginRefreshTokenFlag,
"refresh-token",
false,
"Use a refresh token to login instead of username and password. Can be obtained by copying the `etp-rt` cookie from beta.crunchyroll.com")
"Use a refresh token to login instead of username and password. Can be obtained by copying the `etp-rt` cookie from crunchyroll.com")
Cmd.MarkFlagsMutuallyExclusive("session-id", "refresh-token")
}