serp-spider / search-engine-google

:spider: Google client for SERPS
https://serp-spider.github.io
Other
165 stars 61 forks source link

getRealtedSearches dom class changed #93

Closed gudix closed 6 years ago

gudix commented 6 years ago

in vendor/serps/search-engine-google/src/Page/GoogleSerp.php with function getRelatedSearches() I get no results anymore.

The Class for DOM-Element changed from #brs ._e4b>a to #brs .nVcaUb.

old: $items = $this->cssQuery('#brs ._e4b>a'); new: '$items = $this->cssQuery('#brs .nVcaUb');

gsouf commented 6 years ago

Hi @gudix that's implemented in version 0.4.1 feel free to report if it occurs again

gudix commented 6 years ago

great! Thank you