ArtikusHG
							
						 | 
						
							
							
								1f8f8c1e91
							
							Replace langdetect with fasttext
						 | 
						2 years ago | 
					
				
					
						
							
								   Markus Heiser
							
						 | 
						
							
							
								ba8959ad7c
							
							[fix] typos / reported by @kianmeng in searx PR-3366
						 | 
						3 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								2babf59adc
							
							[fix] pyright repported errors
						 | 
						3 years ago | 
					
				
					
						
							
								   Markus Heiser
							
						 | 
						
							
							
								2de007138c
							
							[fix] prepare for pylint 2.14.0
						 | 
						3 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
						 | 
						4 years ago | 
					
				
					
						
							
								   Markus Heiser
							
						 | 
						
							
							
								de0249ddae
							
							[fix] don't mix loaded modules with imported modules (sys.modules)
						 | 
						4 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								697ebeddcc
							
							[mod] searx.utils.dict_subset: rewrite with comprehension
						 | 
						4 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								4b43775c91
							
							version based on the git repository
						 | 
						4 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								92c8a8829f
							
							[fix] strip spaces from searx user agent
						 | 
						4 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								4b07df62e5
							
							[mod] move all default settings into searx.settings_defaults
						 | 
						4 years ago | 
					
				
					
						
							
								   Markus Heiser
							
						 | 
						
							
							
								96b223023a
							
							[mod] utils.get_value() - avoidance of a recursion
						 | 
						4 years ago | 
					
				
					
						
							
								   Markus Heiser
							
						 | 
						
							
							
								6ed4616da9
							
							[enh] add settings option to enable/disable search formats
						 | 
						4 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
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								1d0c368746
							
							[enh] record details exception per engine
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								b00d108673
							
							[mod] pylint: numerous minor code fixes
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								3038052c79
							
							[mod] remove unused import
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								ca593728af
							
							[mod] duckduckgo_definitions: display only user friendly attributes / URL
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								a9dc54bebc
							
							[mod] Add searx.data module
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								15013e64d8
							
							[fix] drop Python 2: use importlib instead of imp.load_source
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								8f914a28fa
							
							[mod] searx.utils.normalize_url: remove Yahoo hack
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								c1d10bde02
							
							[mod] searx/utils.py: add docstring
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								2006eb4680
							
							[mod] move extract_text, extract_url to searx.utils
						 | 
						5 years ago | 
					
				
					
						
							
								   Alexandre Flament
							
						 | 
						
							
							
								ad0758e52a
							
							[mod] add searx/webutils.py
						 | 
						5 years ago |