diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2026-05-17 15:27:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-17 15:27:00 +0200 |
| commit | f26e4507789c2dec705c6d3e6ffa40b6a13b7abb (patch) | |
| tree | 4e76deb2681dd3db19fe083a3234742af5b48fc8 /searx/data | |
| parent | dce3bb69bb45519bde01c610e09e45cd42fd896c (diff) | |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/data')
| -rw-r--r-- | searx/data/engine_traits.json | 14 |
1 files changed, 7 insertions, 7 deletions
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": {} }, |
