Files
searxng/searx/engines
SeriousConcept1134 8b95b2058b [fix] google engines: update XPaths for modern mobile UI (#5836)
Google recently changed the DOM structure for mobile-centric responses, causing the `google_videos` engine to return zero results and the main `google` engine to drop the majority of its results (due to missing snippets or failed URL parsing). These changes restore the functionality and improve the result count for both engines.

This patch updates the parsing logic for both the `google` and `google_videos` engines to handle the modern HTML structure returned by Google when using GSA (Google Search App) User-Agents.

**Specific changes include:**

* **Google Videos (`gov`)**:
    * Updated title XPath to support `role="heading"`.
    * Improved URL extraction to correctly decode Google redirectors (`/url?q=...`) using `unquote`.
    * Added support for the `WRu9Cd` class to capture publication metadata (author/date).
    * Broadened thumbnail search and added a fallback to YouTube's `hqdefault.jpg`.

* **Google Web**:
    * Relaxed the strict snippet (`content`) requirement. Valid results are no longer discarded if a snippet is missing in the mobile UI.
    * Hardened URL extraction to handle both direct and redirected URLs safely.
    * Improved thumbnail extraction by searching the entire result block.
2026-03-10 09:05:54 +01:00
..
2026-03-03 20:31:25 +01:00
2025-08-12 15:18:46 +02:00
2026-03-03 20:31:25 +01:00
2025-03-30 12:41:43 +02:00
2026-03-03 20:31:25 +01:00
2026-03-03 20:31:25 +01:00
2026-03-03 20:31:25 +01:00
2026-03-03 20:31:25 +01:00
2024-04-10 06:51:28 +02:00
2026-03-03 20:31:25 +01:00
2025-03-30 14:25:58 +02:00
2026-03-03 20:31:25 +01:00
2026-02-26 11:35:10 +01:00
2026-03-03 20:31:25 +01:00
2026-03-03 20:31:25 +01:00
2025-11-21 11:20:10 +01:00
2026-03-03 20:31:25 +01:00
2025-04-18 09:30:17 +02:00
2025-11-06 10:09:10 +01:00
2026-03-03 20:31:25 +01:00
2026-01-10 12:46:22 +01:00
2026-03-03 20:31:25 +01:00