diff --git a/searx/engines/google.py b/searx/engines/google.py index 5e80f6dc..71438631 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, "jtfYYd")]' +results_xpath = '//div[contains(@class, "kvH3mc")]' # google *sections* are no usual *results*, we ignore them g_section_with_header = './g-section-with-header'