summaryrefslogtreecommitdiff
path: root/searx/data
AgeCommit message (Collapse)Author
2022-10-29Update searx.data - update_currencies.pydalf
2022-10-11Update searx.data - update_osm_keys_tags.pyMarkus Heiser
Patch was generated by:: ./manage pyenv.cmd searxng_extra/update/update_osm_keys_tags.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-29Merge pull request #1819 from searxng/update_data_update_currencies.pyAlexandre Flament
Update searx.data - update_currencies.py
2022-09-29Merge pull request #1821 from searxng/update_data_update_engine_descriptions.pyAlexandre Flament
Update searx.data - update_engine_descriptions.py
2022-09-29Merge pull request #1818 from searxng/update_data_update_ahmia_blacklist.pyAlexandre Flament
Update searx.data - update_ahmia_blacklist.py
2022-09-29Merge pull request #1820 from searxng/update_data_update_wikidata_units.pyAlexandre Flament
Update searx.data - update_wikidata_units.py
2022-09-29Update searx.data - update_engine_descriptions.pydalf
2022-09-29Update searx.data - update_wikidata_units.pydalf
2022-09-29Update searx.data - update_currencies.pydalf
2022-09-29Update searx.data - update_ahmia_blacklist.pydalf
2022-09-29Update searx.data - update_firefox_version.pydalf
2022-08-29Merge pull request #1720 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-08-29Merge pull request #1722 from searxng/update_data_update_languages.pyMarkus Heiser
Update searx.data - update_languages.py
2022-08-29Merge pull request #1723 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-08-29Merge pull request #1724 from searxng/update_data_update_engine_descriptions.pyMarkus Heiser
Update searx.data - update_engine_descriptions.py
2022-08-29Merge pull request #1721 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-08-29Update searx.data - update_engine_descriptions.pydalf
2022-08-29Update searx.data - update_firefox_version.pydalf
2022-08-29Update searx.data - update_languages.pydalf
2022-08-29Update searx.data - update_wikidata_units.pydalf
2022-08-29Update searx.data - update_ahmia_blacklist.pydalf
2022-08-29Update searx.data - update_currencies.pydalf
2022-08-14[fix] qwant - API error::locale must be one ..Markus Heiser
The request function should not request a language (aka locale) that is not supported by qwant. Select a locale like zh-TW ends in qwant's API error: ERROR searx.engines.qwant news: exception : \ API error::locale must be one of the following values: \ en_gb, en_ie, en_us, en_ca, en_my, en_au, en_nz, de_de, de_ch, de_at, fr_fr, \ fr_be, fr_ch, fr_ca, fr_ad, fc_ca, co_fr, es_es, es_ar, es_cl, es_co, es_mx, \ es_pe, es_ad, ca_es, ca_ad, ca_fr, eu_es, eu_fr, it_it, it_ch, pt_pt, pt_ad, \ nl_be, nl_nl The existing searx.utils.match_language function is unsuitable for this purpose, it is replaced by function searx.locales.get_engine_locale that is based on the methods from the babel package. The quant's _fetch_supported_languages function has been revised to filter out languages 8aka locales) not supported by qwant. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-08-10Update searx.data - update_engine_descriptions.pyMarkus Heiser
./manage pyenv.cmd python ./searxng_extra/update/update_engine_descriptions.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-29Merge pull request #1580 from searxng/update_data_update_engine_descriptions.pyMarkus Heiser
Update searx.data - update_engine_descriptions.py
2022-07-29Merge pull request #1579 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-07-29Merge pull request #1578 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-07-29Merge pull request #1576 from searxng/update_data_update_languages.pyMarkus Heiser
Update searx.data - update_languages.py
2022-07-29Update searx.data - update_engine_descriptions.pydalf
2022-07-29Update searx.data - update_currencies.pydalf
2022-07-29Update searx.data - update_firefox_version.pydalf
2022-07-29Update searx.data - update_ahmia_blacklist.pydalf
2022-07-29Update searx.data - update_languages.pydalf
2022-07-15Update searx.data - update_engine_descriptions.pyMarkus Heiser
./manage pyenv.cmd python ./searxng_extra/update/update_engine_descriptions.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-07Update searx.data - update_engine_descriptions.pyMarkus Heiser
./manage pyenv.cmd python ./searxng_extra/update/update_engine_descriptions.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-02Update searx.data - update_engine_descriptions.pyMarkus Heiser
./manage pyenv.cmd python ./searxng_extra/update/update_engine_descriptions.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-07-02Update searx.data - update_currencies.pyMarkus Heiser
./manage pyenv.cmd python ./searxng_extra/update/update_currencies.py Closes: https://github.com/searxng/searxng/pull/1375 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-06-29Merge pull request #1379 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-06-29Update searx.data - update_ahmia_blacklist.pydalf
2022-06-29Merge pull request #1376 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-06-29Update searx.data - update_wikidata_units.pydalf
2022-06-29Update searx.data - update_firefox_version.pydalf
2022-06-01Merge pull request #1266 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-06-01Merge pull request #1265 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-06-01Merge pull request #1267 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2022-06-01Merge pull request #1268 from searxng/update_data_update_engine_descriptions.pyMarkus Heiser
Update searx.data - update_engine_descriptions.py
2022-06-01Merge pull request #1264 from searxng/update_data_update_languages.pyMarkus Heiser
Update searx.data - update_languages.py
2022-06-01Update searx.data - update_engine_descriptions.pydalf
2022-06-01Update searx.data - update_currencies.pydalf
2022-06-01Update searx.data - update_firefox_version.pydalf