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
{{ message }}
This repository was archived by the owner on Oct 28, 2023. It is now read-only.
I got an error for the first time I called extractorUrl()
It always return exception with this line of code JSONObject ytPlayerResponse = new JSONObject(mat.group(1));
But when I try it again then it works as It should be.
After take a look deeply into html response.
I see some different between the first and second time json.
Seems youtube has change something.
Does anyone else got this error ?
I got an error for the first time I called extractorUrl()
It always return exception with this line of code
JSONObject ytPlayerResponse = new JSONObject(mat.group(1));But when I try it again then it works as It should be.
After take a look deeply into html response.
I see some different between the first and second time json.
Seems youtube has change something.
Does anyone else got this error ?