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
I am trying to make my own Crunchyroll API in C# and I ran into a roadblock. I see from your code that you take the stream data from a field called stream_data in the Media component that is returned from an info GET query. The problem is that it seems like that field no longer exists in responses from Crunchyroll. Here's what I'm getting in info GET requests. I think I'm supposed to somehow use the bif_url to get the streaming data from vrv, but so far I have absolutely no idea how to do it. Have you had any luck with this?
The text was updated successfully, but these errors were encountered:
Hey.
I am trying to make my own Crunchyroll API in C# and I ran into a roadblock. I see from your code that you take the stream data from a field called stream_data in the Media component that is returned from an info GET query. The problem is that it seems like that field no longer exists in responses from Crunchyroll. Here's what I'm getting in info GET requests. I think I'm supposed to somehow use the bif_url to get the streaming data from vrv, but so far I have absolutely no idea how to do it. Have you had any luck with this?
The text was updated successfully, but these errors were encountered: