summaryrefslogtreecommitdiff
path: root/searx_extra/update/update_languages.py
AgeCommit message (Collapse)Author
2021-10-02SearXNG: searxng_extraAlexandre Flament
2021-08-01[fix] get common used languages back (min_engines_per_lang = 13)Markus Heiser
In commit 4d3f2f48d common used languages has been droped. By reducing the number of `min_engines_per_lang` from 15 to 13 we get theses languages back. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-06-01[fix] searx_extra/update/update_languages.pyAlexandre Flament
* call searx.engines.load_engines (instead of initialize_engines) * set timeout to 10 seconds * remove some dead code
2021-03-04Add searx_extra packageAlexandre Flament
Split the utils directory into: * searx_extra contains update scripts, standalone_searx.py * utils contains the files to build and setup searx.