-
Notifications
You must be signed in to change notification settings - Fork 53
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
Google::Search::News is not displaying any news articles. Please help. #26
Comments
Google has changed something in their logic, entire search is broken now, not only news. |
@no-mercy is correct, my own implementation has also spontaneously broken down. |
Bummer :( |
@chip-and-dail Create a fork and add support for Google's Custom Search API (which means you'll be paying for these searches). Or fork and implement a backend that scrapes (using Mechanize or something similar). It doesn't appear that anyone (so far) has done this work for this gem. |
Maybe can find products similar to http://www.faroo.com/ ? |
@chip-and-dail Nice find. Looks like the API is free and with a liberal usage policy. Create a fork and let us know. :) |
@aantix I'm not that brainy :) |
Looks like cleaning is started. |
Before it was Image, now even news articles are NOT being displayed from Google::Search::News. Please somebody help here. I m doing my final year project and desperately need some help. I tried it on irb. The result was NIL.
2.3.0 :008 > Google::Search::News.new(query: "Panama Papers")
`2.3.0 :009 > results = _
=> #<Google::Search::News:0x00000000e597c8 @relative_to=nil, @edition=nil, @order_by=nil, @type=:news, @Version=1.0, @offset=0, @SiZe=:large, @language=:en, @query="Panama Papers", @api_key=:notsupplied, @options={}>
=> nil `
The text was updated successfully, but these errors were encountered: