diff --git a/searx/engines/google.py b/searx/engines/google.py index 8e548215d7..7fc022ea2e 100644 --- a/searx/engines/google.py +++ b/searx/engines/google.py @@ -108,8 +108,8 @@ # specific xpath variables # ------------------------ -# google results are grouped into
-results_xpath = '//div[@id="search"]//div[contains(@class, "g ")]' +# google results are grouped into +results_xpath = '//div[contains(@class, "jtfYYd")]' results_xpath_mobile_ui = '//div[contains(@class, "g ")]' # google *sections* are no usual *results*, we ignore them