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

crunchy-cli v2.3.0

Compare
Choose a tag to compare
@bytedream bytedream released this 22 Aug 11:20
· 495 commits to master since this release
  • Add a new command: update:
    • Checks if a new version of crunchy-cli is available on github releases.
    • When the -i / --install flag is given, the new version (if available) gets downloaded and replaces the old one. May not be supported on all systems and architectures.
  • Add info command. It shows some information about the logged in account.
  • Add option to encrypt stored credentials.
  • Rename cli from crunchyroll-go to crunchy-cli.
  • You can now login with the etp-rt cookie. This cookie is just like the original session_id, but unlike session id it works flawless :o. The cookie is only generated if you enable crunchyroll beta (which you should do either way, because new problems with classic urls occurred (#22)).
  • The directory where segments are stored in when downloading videos can be explicitly specified (in download and archive). In the past, problems sometimes occurred when the system's default tempdir reached its maximum size, but the download/segment merge process was not yet complete.
  • Change license to GPL-3.0

This should originally be the v3 major update release, but because of the lack of new features it remains a minor update of v2.

Hotfix 26/08/2022

Replaced invalid Windows binary (#46).