解决方法
有一个名为google_custom_search_api的宝石,它使用较新的Google自定义搜索API:
https://github.com/wiseleyb/google_custom_search_api
https://github.com/wiseleyb/google_custom_search_api
您可以通过为searchType参数指定image来将其限制为图像搜索,如下所示:
results = GoogleCustomSearchApi.search("poker",{"searchType" => "image"})