summaryrefslogtreecommitdiff
path: root/searx/data
AgeCommit message (Collapse)Author
2026-08-04[mod] data: update searx.data - update_wikidata_units.py (#6474)Ivan Gabaldon
2026-07-30[mod] data: update searx.data - update_currencies.py (#6475)Ivan Gabaldon
2026-07-30[mod] data: update searx.data - update_firefox_version.py (#6466)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-07-30[mod] data: update searx.data - update_engine_traits.py (#6468)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-07-30[mod] data: update searx.data - update_ahmia_blacklist.py (#6467)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-07-06[chore] make data.traits (#6369)Bnyro
2026-07-05[chore] Google (HTML) engine: remove obsolete GSA User-Agents (#6366)Markus Heiser
The GSA headers that were introduced in PR #5644 unfortunately no longer work (#6359). The Google engines - google.py - google_videos.py do not work anymore either, but we'll leave it in the code for now: - In google.py, central functions like get_google_info(..) are provided, which are also used by other modules. - We will probably need a Google HTML (and video) engine again very soon. Related: - https://github.com/searxng/searxng/issues/6359 - https://github.com/searxng/searxng/pull/6364 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2026-07-05[chore] update traits for google cse (#6364)vojkovic
2026-06-29[chore] data.traits: update traits for neosearchBnyro
2026-06-29[data] update searx.data - update_gsa_useragents.py (#6329)github-actions[bot]
2026-06-29[data] update searx.data - update_currencies.py (#6333)github-actions[bot]
2026-06-29[data] update searx.data - update_firefox_version.py (#6332)github-actions[bot]
2026-06-29[data] update searx.data - update_wikidata_units.py (#6330)github-actions[bot]
2026-06-29[data] update searx.data - update_ahmia_blacklist.py (#6331)github-actions[bot]
2026-06-24[mod] update_engine_descriptions.py - revision of the script (#6309)Markus Heiser
* [mod] update_engine_descriptions.py - revision of the script (#6309) The script was a bit outdated, type hints were missing, and the strings were converted to double quotation marks The `descriptions.items()` are sorted to avoid assigning the references to seen_descriptions randomly (should reduce unnecessary diffs in the future). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> * [data] update searx.data - update_engine_descriptions.py (#6309) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> --------- Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2026-06-13[chore] make data.traits (#6211)Bnyro
2026-06-13[chore] data: add resulthunter engine traitsBnyro
2026-06-07[del] karmasearch: remove engine (cloudflared) (#6213)Bnyro
The engine is using very aggressive Cloudflare blocking for a while now, no matter if using a normal browser like Firefox or not. Closes: https://github.com/searxng/searxng/issues/5976
2026-05-29[data] update searx.data - update_firefox_version.py (#6161)github-actions[bot]
2026-05-29[data] update searx.data - update_wikidata_units.py (#6160)github-actions[bot]
2026-05-29[data] update searx.data - update_gsa_useragents.py (#6158)github-actions[bot]
2026-05-29[data] update searx.data - update_ahmia_blacklist.py (#6159)github-actions[bot]
2026-05-29[data] update searx.data - update_currencies.py (#6162)github-actions[bot]
2026-05-29[data] update searx.data - update_engine_descriptions.py (#6163)github-actions[bot]
2026-05-17[fix] engine: google-news - Google pushed a frontend update (#5984)Markus Heiser
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>
2026-05-15[make] update searx.data.traits (#6075)Bnyro
2026-04-29[data] update searx.data - update_ahmia_blacklist.py (#6026)github-actions[bot]
2026-04-29[data] update searx.data - update_external_bangs.py (#6027)github-actions[bot]
2026-04-29[data] update searx.data - update_gsa_useragents.py (#6028)github-actions[bot]
2026-04-29[data] update searx.data - update_firefox_version.py (#6030)github-actions[bot]
2026-04-29[data] update searx.data - update_wikidata_units.py (#6029)github-actions[bot]
2026-04-29[data] update searx.data - update_currencies.py (#6031)github-actions[bot]
2026-04-29[data] update searx.data - update_engine_descriptions.py (#6033)github-actions[bot]
2026-04-29[data] update searx.data - update_engine_traits.py (#6032)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-04-10[fix] google: switch to using "Google Go App" (NSTNWV) useragentEsen
2026-03-29[data] update searx.data - update_firefox_version.py (#5924)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-03-29[data] update searx.data - update_external_bangs.py (#5925)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-03-29[data] update searx.data - update_gsa_useragents.py (#5926)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-03-29[data] update searx.data - update_ahmia_blacklist.py (#5927)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-03-29[data] update searx.data - update_currencies.py (#5930)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-03-25[chore] make data.traits - add regions from karmasearchMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2026-03-25[chore] make data.traits - fix bing engine traits (#5903)Markus Heiser
bing's traits.languages has been removed in #5793 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2026-03-24[chore] make data.traitsBnyro
2026-03-23[fix] google: switch to using "Google App" for Android useragent (#5892)mg95
I found a bypass using the Android Google App this time. However, unlike the iPhone GSA method, this one does have rate limits. Although it took a couple of hundred consecutive requests to trigger them.
2026-03-03[data] update searx.data - update_engine_descriptions.py (#5791)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-03-03[data] update searx.data - update_engine_traits.pyIvan Gabaldon
2026-03-01[data] update searx.data - update_wikidata_units.py (#5785)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>
2026-03-01[enh] data: uas to a set (#5789)Ivan Gabaldon
* [enh] data: uas to a set * [data] update searx.data - update_gsa_useragents.py Closes: https://github.com/searxng/searxng/pull/5786
2026-03-01[data] update searx.data - update_currencies.py (#5788)github-actions[bot]
2026-03-01[data] update searx.data - update_ahmia_blacklist.py (#5784)github-actions[bot]
Co-authored-by: searxng-bot <searxng-bot@users.noreply.github.com>