Skip to content

crunchyroll-rs v0.9.0

Compare
Choose a tag to compare
@bytedream bytedream released this 24 Mar 19:13
· 73 commits to master since this release
  • Add Crunchyroll::access_token to get the access token which is used to make authenticated requests
  • Add Stream::from_id to get streams directly from an id (the same id which is used to get Episode or Movie)
  • Add Stream::stream_data to get all available video and audio streams. Crunchyroll only allows a certain amount of parallel stream data requested (depending on your account type), so make sure to Stream::invalidate the requested stream data
  • Add Stream::invalidate to invalidate the requested Stream::stream_data
  • Add Stream::url, Stream::burned_in_locale, Stream::hard_subs, Stream::captions, Stream::token, Stream::session
  • Replace Variant by StreamData
  • Remove Episode::alternative_stream and Movie::alternative_stream
  • Remove dash-stream and hls-stream feature. Streams are only available as dash now
  • Remove Stream::media_id, Stream::closed_captions, Stream::variants
  • Change Episode::stream and Movie::stream to return
  • Change type of SkipEventsEvent::start and SkipEventsEvent::end to f32