serp-spider / search-engine-google

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

Fix for AnswerBox #129

Closed pedropamn closed 4 years ago

pedropamn commented 4 years ago

Not getting description and destination. I just change some classes and works.

This part:

 if (!$citeTag) {
                    // TODO ERROR
                    return;
                    //return;
                    $citeTag = $dom->cssQuery('.DI6Ufb', $node)
                    ->item(0);
                }

was necessary because this class get movies release dates (in my tests) and othes don't