mirror of
https://github.com/searxng/searxng.git
synced 2026-05-18 08:54:30 +02:00
[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>
This commit is contained in:
@@ -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": {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user