-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we retrieve more info from https://release-youtubei.sandbox.googleapis.com? #817
Comments
It's the same API with the same endpoints, therefore it can do the same things. The only difference is that it is under a different domain. |
There is one more difference in this domain. This dont have a CORS restriction and can be used in Browser for client side requests. |
Yes I am aware, this is one of the domains they use for staging and testing. I'm not sure how reliable it is though. |
This particular endpoint returns only some video details. |
I found this StackOverflow comment really useful:
If you use
Laurent |
Question
In #748 you show how to request data from a client using https://release-youtubei.sandbox.googleapis.com/youtubei/v1/player
But what other APIs does this provide besides player/
Other details
No response
Checklist
The text was updated successfully, but these errors were encountered: