Releases: crunchy-labs/crunchyroll-rs
Releases · crunchy-labs/crunchyroll-rs
crunchyroll-rs v0.11.1
- Add support to parse urls without slug and trailing slash
- Fix
Profiles::newreturn type (Profiles->Profile) - Remove url parsing support for
beta.crunchyroll.comdomain
crunchyroll-rs v0.11.0
- Add multiprofile support
- Add
Subtitle::data - Make
devicemodule public - Remove
Subtitle::write_to(useSubtitle::datainstead) - Ignore jwt expiry when checking if account is premium
- Ignore skip events if start is larger then end
crunchyroll-rs v0.10.8
- Fix download not working on maybe drm free endpoints. This is now resolved except for
CrunchyrollBuilder::login_with_etp_rt, if this is used as login method the download will still fail - Add missing api fields
crunchyroll-rs v0.10.7
- Optimize response error capturing
- Adjust error messages
- Add missing api fields
crunchyroll-rs v0.10.6
- Fix credentials login client inactive error
crunchyroll-rs v0.10.5
- Fix anonymous login not working
crunchyroll-rs v0.10.4
- Fix
StreamData::segmentsfailing when fps in MPD/DASH manifest are just numbers
crunchyroll-rs v0.10.3
- Fix error in
Stream::stream_datawhen MPD manifest contains subtitles
crunchyroll-rs v0.10.2
- Fix missing last segment in
StreamData::segments
crunchyroll-rs v0.10.1
- Activate all necessary
reqwestdependency features