Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
2 parents 06b3f70 + fa108c1 commit 6f75737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searx/engines/google.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
results_xpath = './/div[contains(@jscontroller, "SC7lYd")]'
title_xpath = './/a/h3[1]'
href_xpath = './/a[h3]/@href'
content_xpath = './/div[@data-sncf="1"]'
content_xpath = './/div[contains(@data-sncf, "1")]'

# Suggestions are links placed in a *card-section*, we extract only the text
# from the links not the links itself.
Expand Down

0 comments on commit 6f75737

Please sign in to comment.