summaryrefslogtreecommitdiff
path: root/searx/utils.py
Commit message (Expand)AuthorAge
* Make it work with debian packages.HEADmasterAnton Khirnov2024-01-20
* [fix] HTMLParser: undocumented not implemented methodMarkus Heiser2023-10-22
* [fix] spellingjazzzooo2023-09-18
* [fix] brave.newsjazzzooo2023-09-15
* Replace chompjs with pure Python codeAlexandre Flament2023-09-09
* [mod] utils.py: add markdown_to_text helper functionBnyro2023-09-08
* [mod] replace utils.match_language by locales.match_localeMarkus Heiser2023-03-24
* [mod] replace searx.languages by searx.sxng_localesMarkus Heiser2023-03-24
* [doc] improved docs of implementations for automatic speech recognitionMarkus Heiser2023-02-19
* Add "Auto-detected" as a language.Alexandre Flament2023-02-17
* Lazy load fasttext-predictAlexandre Flament2022-12-26
* Replace langdetect with fasttextArtikusHG2022-12-16
* [fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser2022-09-27
* [fix] pyright repported errorsAlexandre Flament2022-07-30
* [fix] prepare for pylint 2.14.0Markus Heiser2022-06-03
* [test.pyright] suppress unneeded error & warning messagesMarkus Heiser2022-04-22
* searx.utils.html_to_text: replace <br/> by a spaceAlexandre Flament2022-04-16
* [mod] searx.utils: more typingAlexandre Flament2022-01-30
* [mod] add documentation about searx.utilsAlexandre Flament2022-01-29
* [format.python] initial formatting of the python codeMarkus Heiser2021-12-27
* [fix] fix match_language issue to make zh-TW match to zh-Hant-TWMarc Abonce Seguin2021-10-12
* [fix] don't mix loaded modules with imported modules (sys.modules)Markus Heiser2021-10-06
* [mod] searx.utils.dict_subset: rewrite with comprehensionAlexandre Flament2021-08-24
* version based on the git repositoryAlexandre Flament2021-07-30
* [fix] strip spaces from searx user agentAlexandre Flament2021-06-09
* [mod] move all default settings into searx.settings_defaultsAlexandre Flament2021-06-01
* [mod] utils.get_value() - avoidance of a recursionMarkus Heiser2021-05-28
* [enh] add settings option to enable/disable search formatsMarkus Heiser2021-05-28
* [enh] replace requests by httpxAlexandre Flament2021-04-10
* [fix] pylint: use "raise ... from ..."Alexandre Flament2020-12-20
* [mod] bing_news: use eval_xpath_getindexAlexandre Flament2020-12-03
* [enh] record details exception per engineAlexandre Flament2020-12-03
* [mod] pylint: numerous minor code fixesAlexandre Flament2020-12-01
* [mod] remove unused importAlexandre Flament2020-11-14
* [mod] duckduckgo_definitions: display only user friendly attributes / URLAlexandre Flament2020-10-28
* [mod] Add searx.data moduleAlexandre Flament2020-10-07
* [fix] drop Python 2: use importlib instead of imp.load_sourceAlexandre Flament2020-10-06
* [mod] searx.utils.normalize_url: remove Yahoo hackAlexandre Flament2020-10-03
* [mod] searx/utils.py: add docstringAlexandre Flament2020-10-02
* [mod] move extract_text, extract_url to searx.utilsAlexandre Flament2020-10-02
* [mod] add searx/webutils.pyAlexandre Flament2020-09-22
* [fix] searx.utils.HTMLTextExtractor: invalid HTML don't raise an ExceptionAlexandre Flament2020-09-13
* Drop Python 2 (5/n): searx.utils.is_valid_lang, input parameter is a str inst...Alexandre Flament2020-09-10
* Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf2020-09-10
* Drop Python 2 (1/n): remove unicode string and url_utilsDalf2020-09-10
* [mod] speed optimizationDalf2019-11-15
* fix pep 8 checkNoémi Ványi2019-10-16
* add initial support for offline engines && command engineNoémi Ványi2019-10-16
* [fix] convert bytes type to string in language detection (fixes dictzone)Adam Tauber2019-10-16
* [fix] fix flickr_noapi decoding (#1655)Alexandre Flament2019-08-02