This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
crunchyroll-go v2.2.0
π₯οΈ CLI
- Add video, audio and subtitle locale descriptions in
archive
(#26). - Add
--version
flag which shows the current version (#24). - Deactivate subtitles by default in
archive
(#26). - A special kind of login error is now caught instead of throwing an raw error (#27, #28).
π Library
- Finally renamed module from
github.com/ByteDream/crunchyroll-go
togithub.com/ByteDream/crunchyroll-go/v2
. Maybe a little bit late but it disturbs me all the time that I've forgot this when releasing v2.0.0 initially. - A login error which sometimes occurs in
LoginWithSessionID(...)
and thus inLoginWithCredentials(...)
too is now caught and returns an error instead of panicking (#27, #28).
π½ Others
- Variable renaming (#25, ...).