summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorBrock Vojković <brockv@tuta.io>2022-08-10 08:41:57 +0800
committerLéon Tiekötter <leon@tiekoetter.com>2022-08-10 03:41:39 +0200
commit24210fb10b9fe295c5994bbb5f02ecfe6f098e61 (patch)
treed3126eaa371cb5d4fd86598dde38ccb95ebf258d /searx
parent3d6b098a5f07c68a6f2a8ec13f91fc28c31c0290 (diff)
downloadsearxng-24210fb10b9fe295c5994bbb5f02ecfe6f098e61.tar.gz
searxng-24210fb10b9fe295c5994bbb5f02ecfe6f098e61.zip
Revert PR #1633
This reverts the changes made to the Google results XPath in PR #1633.
Diffstat (limited to 'searx')
-rw-r--r--searx/engines/google.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py
index 71438631e..5e80f6dcc 100644
--- a/searx/engines/google.py
+++ b/searx/engines/google.py
@@ -113,7 +113,7 @@ filter_mapping = {0: 'off', 1: 'medium', 2: 'high'}
# ------------------------
# google results are grouped into <div class="jtfYYd ..." ../>
-results_xpath = '//div[contains(@class, "kvH3mc")]'
+results_xpath = '//div[contains(@class, "jtfYYd")]'
# google *sections* are no usual *results*, we ignore them
g_section_with_header = './g-section-with-header'