You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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