From 24210fb10b9fe295c5994bbb5f02ecfe6f098e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brock=20Vojkovi=C4=87?= Date: Wed, 10 Aug 2022 08:41:57 +0800 Subject: [PATCH] Revert PR #1633 This reverts the changes made to the Google results XPath in PR #1633. --- searx/engines/google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
-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'