diff --git a/bridges/GoogleSearchBridge.php b/bridges/GoogleSearchBridge.php index 88f26e8c..e02aaeba 100644 --- a/bridges/GoogleSearchBridge.php +++ b/bridges/GoogleSearchBridge.php @@ -28,7 +28,7 @@ class GoogleSearchBridge extends BridgeAbstract { $html = getSimpleHTMLDOM($this->getURI()) or returnServerError('No results for this query.'); - $emIsRes = $html->find('div[id=ires]', 0); + $emIsRes = $html->find('div[id=res]', 0); if(!is_null($emIsRes)) { foreach($emIsRes->find('div[class=g]') as $element) {