-
Notifications
You must be signed in to change notification settings - Fork 17
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
YouTube now returning broken video #3
Comments
This is actually a lot easier than I thought it was. You can simply go into the Google API Console with an authenticated account and obtain a non-auth'd token rather than going through the entire OAuth2 song and dance. As this package does not interact with user data, this is the ideal route.
|
+1, love to see the PR merged and the issue fixed. 😁 |
@seanCodes #4 should take care of it. Can you give it a spin? Should be a simple matter of updating your {
"hubot-youtube": "git://github.com/stephenyeargin/hubot-youtube.git#bug/3-broken-youtube-search"
} If it passes, adding a 👍 to the PR may help move it along. |
@stephenyeargin I tried out your PR - works nicely, thank you! |
I also ran this fork locally and it worked as reported 👍 |
Reproduction steps:
This is a result of an announced change in their API documentation. The fix will be to switch to an authenticated mode (via OAuth2) to restore functionality.
New endpoint example:
The text was updated successfully, but these errors were encountered: