diff --git a/searx/engines/google.py b/searx/engines/google.py index 8e548215..7fc022ea 100644 --- a/searx/engines/google.py +++ b/searx/engines/google.py @@ -108,8 +108,8 @@ filter_mapping = { # 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