-
Notifications
You must be signed in to change notification settings - Fork 627
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
get video info via post request using innertube api key #545
base: master
Are you sure you want to change the base?
Conversation
Thank you! Worked for me! |
Can you give an example of how you work with videos? It's just that I still get an error and I can't do anything about it :( |
get video info via post request using innertube api key 0xced#545
get video info via post request using innertube api key 0xced#545
get video info via post request using innertube api key 0xced#545
I pointed my Podfile to your repo |
It's not working on my side, anyone found a working solution? |
@@ -14,6 +14,8 @@ @implementation XCDYouTubeClient | |||
|
|||
@synthesize languageIdentifier = _languageIdentifier; | |||
|
|||
static NSString * _innertubeApiKey = @"AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't its private someone's key? I think you shouldn't commit it.
Has anyone been able to do this? It returns |
the innertube api key is hardcoded and we don't know how long it will last so it is recommended to scrap the api key from youtube and set it via XCDYouTubeClient.setInnertubeApiKey