-
Notifications
You must be signed in to change notification settings - Fork 132
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 - Title & Description Scrape Error #193
Comments
Hi @bearded-avenger, thanks for the issue, it certainly possible that Youtube changed something. I'm not actively maintaining this gem, but pull requests to fix such issues are definitely welcomed. Please let me know if you need some help to submit one. |
I can help with this one |
Hi @bearded-avenger, thanks for the issue. It seems like an extra step is necessary for Youtube now. Besides generating the API key, it is necessary to enable the YouTube Data API for the project which your API key was generated. You can enable it here: Before enabling it for my project, I was getting this error too:
No code changes are necessary, but I'll add this extra step to the Readme |
Hi @bearded-avenger! V3 has been released, solving this issue 🎉 |
Hey, thanks for the work on this gem. Really helpful.
I think something may have changed with YouTube, as the title and description now error. I was using the HTML scraper version, but tried with an API key and I get the same result. It happens with multiple videos, ruling out a single video issue.
When not using an API key, the error returned is:
When I use an API key it returns nil.
Here's a full example:
The text was updated successfully, but these errors were encountered: