index
:
searxng/.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
searx
/
utils.py
Age
Commit message (
Expand
)
Author
2025-08-18
[fix] revision of utils.HTMLTextExtractor (#5125)
Markus Heiser
2025-07-26
[fix] cleanup: rename `searx` leftovers to `SearXNG` (#5049)
Markus Heiser
2025-06-27
[fix] utils: truncated result (#4949)
Ivan Gabaldon
2025-05-21
[feat] engines: add Naver engine (#4573)
Zhijie He
2025-04-01
[fix] hardening against arguments of type None, where str or dict is expected
Markus Heiser
2025-03-25
[refactor] duration strings: move parsing logic to utils.py
Bnyro
2025-03-08
[feat] add bilibili support to get get_embeded_stream_url
Austin-Olacsi
2025-02-26
[fix] various issues in the documentation
Markus Heiser
2025-02-20
[feat] startpage: support for news and images
Bnyro
2024-11-24
[chore] *: fix typos detected by typos-cli
Bnyro
2024-10-03
add get_embeded_stream_url to searx.utils
Austin-Olacsi
2024-07-27
[feat] videos template: support for view count
Bnyro
2024-07-27
[fix] remove unused code / `_STORAGE_UNIT_VALUE`
Markus Heiser
2024-06-15
[perf] torrents.html, files.html: don't parse and re-format filesize
Bnyro
2024-05-29
[enh] add re-usable func to filter text
Allen
2024-04-08
[fix] remove usage of no longer existing names from lxml
Markus Heiser
2024-03-11
[mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION
Markus Heiser
2024-03-07
[fix] nyaa engine - paging support & filesize (GiB)
Markus Heiser
2024-02-25
[refactor] images: add resolution, image format and filesize fields
Bnyro
2023-10-22
[fix] HTMLParser: undocumented not implemented method
Markus Heiser
2023-09-18
[fix] spelling
jazzzooo
2023-09-15
[fix] brave.news
jazzzooo
2023-09-09
Replace chompjs with pure Python code
Alexandre Flament
2023-09-08
[mod] utils.py: add markdown_to_text helper function
Bnyro
2023-03-24
[mod] replace utils.match_language by locales.match_locale
Markus Heiser
2023-03-24
[mod] replace searx.languages by searx.sxng_locales
Markus Heiser
2023-02-19
[doc] improved docs of implementations for automatic speech recognition
Markus Heiser
2023-02-17
Add "Auto-detected" as a language.
Alexandre Flament
2022-12-26
Lazy load fasttext-predict
Alexandre Flament
2022-12-16
Replace langdetect with fasttext
ArtikusHG
2022-09-27
[fix] typos / reported by @kianmeng in searx PR-3366
Markus Heiser
2022-07-30
[fix] pyright repported errors
Alexandre Flament
2022-06-03
[fix] prepare for pylint 2.14.0
Markus Heiser
2022-04-22
[test.pyright] suppress unneeded error & warning messages
Markus Heiser
2022-04-16
searx.utils.html_to_text: replace <br/> by a space
Alexandre Flament
2022-01-30
[mod] searx.utils: more typing
Alexandre Flament
2022-01-29
[mod] add documentation about searx.utils
Alexandre Flament
2021-12-27
[format.python] initial formatting of the python code
Markus Heiser
2021-10-12
[fix] fix match_language issue to make zh-TW match to zh-Hant-TW
Marc Abonce Seguin
2021-10-06
[fix] don't mix loaded modules with imported modules (sys.modules)
Markus Heiser
2021-08-24
[mod] searx.utils.dict_subset: rewrite with comprehension
Alexandre Flament
2021-07-30
version based on the git repository
Alexandre Flament
2021-06-09
[fix] strip spaces from searx user agent
Alexandre Flament
2021-06-01
[mod] move all default settings into searx.settings_defaults
Alexandre Flament
2021-05-28
[mod] utils.get_value() - avoidance of a recursion
Markus Heiser
2021-05-28
[enh] add settings option to enable/disable search formats
Markus Heiser
2021-04-10
[enh] replace requests by httpx
Alexandre Flament
2020-12-20
[fix] pylint: use "raise ... from ..."
Alexandre Flament
2020-12-03
[mod] bing_news: use eval_xpath_getindex
Alexandre Flament
2020-12-03
[enh] record details exception per engine
Alexandre Flament
[next]