Alexandre Flament
|
2babf59adc
[fix] pyright repported errors
|
2 years ago |
Markus Heiser
|
2de007138c
[fix] prepare for pylint 2.14.0
|
2 years ago |
Markus Heiser
|
cf644b413e
[test.pyright] suppress unneeded error & warning messages
|
3 years ago |
Alexandre Flament
|
4224607c62
searx.utils.html_to_text: replace <br/> by a space
|
3 years ago |
Alexandre Flament
|
2d5929cc59
[mod] searx.utils: more typing
|
3 years ago |
Alexandre Flament
|
0eacc46ee3
[mod] add documentation about searx.utils
|
3 years ago |
Markus Heiser
|
3d96a9839a
[format.python] initial formatting of the python code
|
3 years ago |
Marc Abonce Seguin
|
66b7be0965
[fix] fix match_language issue to make zh-TW match to zh-Hant-TW
|
3 years ago |
Markus Heiser
|
de0249ddae
[fix] don't mix loaded modules with imported modules (sys.modules)
|
3 years ago |
Alexandre Flament
|
697ebeddcc
[mod] searx.utils.dict_subset: rewrite with comprehension
|
3 years ago |
Alexandre Flament
|
4b43775c91
version based on the git repository
|
3 years ago |
Alexandre Flament
|
92c8a8829f
[fix] strip spaces from searx user agent
|
3 years ago |
Alexandre Flament
|
4b07df62e5
[mod] move all default settings into searx.settings_defaults
|
3 years ago |
Markus Heiser
|
96b223023a
[mod] utils.get_value() - avoidance of a recursion
|
3 years ago |
Markus Heiser
|
6ed4616da9
[enh] add settings option to enable/disable search formats
|
3 years ago |
Alexandre Flament
|
eaa694fb7d
[enh] replace requests by httpx
|
4 years ago |
Alexandre Flament
|
3f8ebf70b1
[fix] pylint: use "raise ... from ..."
|
4 years ago |
Alexandre Flament
|
de887c6347
[mod] bing_news: use eval_xpath_getindex
|
4 years ago |
Alexandre Flament
|
1d0c368746
[enh] record details exception per engine
|
4 years ago |
Alexandre Flament
|
b00d108673
[mod] pylint: numerous minor code fixes
|
4 years ago |
Alexandre Flament
|
3038052c79
[mod] remove unused import
|
4 years ago |
Alexandre Flament
|
ca593728af
[mod] duckduckgo_definitions: display only user friendly attributes / URL
|
4 years ago |
Alexandre Flament
|
a9dc54bebc
[mod] Add searx.data module
|
4 years ago |
Alexandre Flament
|
15013e64d8
[fix] drop Python 2: use importlib instead of imp.load_source
|
4 years ago |
Alexandre Flament
|
8f914a28fa
[mod] searx.utils.normalize_url: remove Yahoo hack
|
4 years ago |
Alexandre Flament
|
c1d10bde02
[mod] searx/utils.py: add docstring
|
4 years ago |
Alexandre Flament
|
2006eb4680
[mod] move extract_text, extract_url to searx.utils
|
4 years ago |
Alexandre Flament
|
ad0758e52a
[mod] add searx/webutils.py
|
4 years ago |
Alexandre Flament
|
6deb85072a
[fix] searx.utils.HTMLTextExtractor: invalid HTML don't raise an Exception
|
4 years ago |
Alexandre Flament
|
bdac99d4f0
Drop Python 2 (5/n): searx.utils.is_valid_lang, input parameter is a str instead of bytes
|
4 years ago |