Merge pull request #11 from sxueck/master

fix. google result div rules change
This commit is contained in:
pj 2021-08-12 20:36:41 +10:00 committed by GitHub
commit 32e8e85ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ func Search(ctx context.Context, searchTerm string, opts ...SearchOptions) ([]Re
linkText := strings.TrimSpace(linkHref)
titleText := strings.TrimSpace(sel.Find("div > div > a > h3").Text())
descText := strings.TrimSpace(sel.Find("div > div > div > span > span").Text())
descText := strings.TrimSpace(sel.Find("div > div > div > span:last-child").Text())
if linkText != "" && linkText != "#" {
result := Result{