simplymemes/crunchyroll-dl

stream_data field missing in info responses

Opened this issue · 1 comments

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?
image

NVM. I'm an idiot. I did not realize I had to put "fields=media.stream_data" in the request :|