-
Notifications
You must be signed in to change notification settings - Fork 433
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
[Findings] Non rate limited YouTube Mobile API #568
Comments
Maybe this could mean a more stable way to extract information from YouTube? |
Also, we can update the YouTube app version at each new extractor release and test if there is not breaking changes in the extraction. |
That's hence why the official app uses protobuf. |
Yes, add Alternatively (and also the best practice): send a protobuf request instead of a JSON one. |
Nope, you can try with: That's what I used. |
youtubei/v1/account/get_profile_card > request payload because it is a protobuf message without proto file we cannot analyze |
We can use
getKey()
fromYoutubeParsingHelper
as any API key works.User-Agent is spoofing a Pixel 4 XL using last year's August Update on Android 10.
Please download ARC to open these files.
arc rest client files.zip
I will not be able to implement this considering the complexity of managing the existing Desktop API and the new Mobile API while not breaking anything.
The text was updated successfully, but these errors were encountered: