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 has been 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 ?
The text was updated successfully, but these errors were encountered:
chubecode
changed the title
Something, extractor has failed!
Something changed, extractor has failed!
May 30, 2022
More detail:
After checked the pageHtml.
it's contains privateDoNotAccessOrElseSafeScriptWrappedValue tag.
throws exception when extractor try to get json string.
chubecode
added a commit
to chubecode/android-youtubeExtractor
that referenced
this issue
May 31, 2022
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 ?
The text was updated successfully, but these errors were encountered: