From f26e4507789c2dec705c6d3e6ffa40b6a13b7abb Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 17 May 2026 15:27:00 +0200 Subject: [fix] engine: google-news - Google pushed a frontend update (#5984) Around March 9 - 10, 2026, Google pushed a frontend update to Google News that completely changed the HTML structure of search results. This is a complete overhaul of the Google News engine. - The real URL is encoded in the "jslog" attribute. @SeriousConcept1134: the attribute is a base64 encoded JSON - CEID list is updated - The typification was pushed forward Related: - https://github.com/searxng/searxng/issues/5852#issuecomment-4254438184 - https://github.com/searxng/searxng/issues/5852#issuecomment-4265598833 Closes: https://github.com/searxng/searxng/issues/5852 Suggested-by: SeriousConcept1134 Signed-off-by: Markus Heiser --- searx/data/engine_traits.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'searx/data/engine_traits.json') diff --git a/searx/data/engine_traits.json b/searx/data/engine_traits.json index fe7967309..7c5b102b6 100644 --- a/searx/data/engine_traits.json +++ b/searx/data/engine_traits.json @@ -4079,6 +4079,7 @@ "bg-BG": "BG:bg", "bn-BD": "BD:bn", "bn-IN": "IN:bn", + "ca-ES": "ES:ca", "cs-CZ": "CZ:cs", "de-AT": "AT:de", "de-CH": "CH:de", @@ -4110,16 +4111,15 @@ "es-CO": "CO:es-419", "es-CU": "CU:es-419", "es-ES": "ES:es", - "es-MX": "MX:es-419", - "es-PE": "PE:es-419", - "es-US": "US:es-419", - "es-VE": "VE:es-419", + "et-EE": "EE:et", + "fi-FI": "FI:fi", "fr-BE": "BE:fr", "fr-CA": "CA:fr", "fr-CH": "CH:fr", "fr-FR": "FR:fr", "fr-MA": "MA:fr", "fr-SN": "SN:fr", + "gu-IN": "IN:gu", "he-IL": "IL:he", "hi-IN": "IN:hi", "hu-HU": "HU:hu", @@ -4131,12 +4131,13 @@ "lv-LV": "LV:lv", "ml-IN": "IN:ml", "mr-IN": "IN:mr", + "ms-MY": "MY:ms", "nb-NO": "NO:no", "nl-BE": "BE:nl", "nl-NL": "NL:nl", + "pa-IN": "IN:pa", "pl-PL": "PL:pl", "pt-BR": "BR:pt-419", - "pt-PT": "PT:pt-150", "ro-RO": "RO:ro", "ru-RU": "RU:ru", "ru-UA": "UA:ru", @@ -4151,8 +4152,7 @@ "uk-UA": "UA:uk", "vi-VN": "VN:vi", "zh-CN": "CN:zh-Hans", - "zh-HK": "HK:zh-Hant", - "zh-TW": "TW:zh-Hant" + "zh-HK": "HK:zh-Hant" }, "supported_domains": {} }, -- cgit v1.2.3