dependabot[bot] 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4a344948e7 
								
							 
						 
						
							
							
								
								Bump jinja2 from 3.0.1 to 3.0.2  
							
							... 
							
							
							
							Bumps [jinja2](https://github.com/pallets/jinja ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.0.1...3.0.2 )
---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2021-10-08 07:02:48 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								3abbe6d25b 
								
							 
						 
						
							
							
								
								[fix] engine torznab - categories, before join convert int to str  
							
							... 
							
							
							
							BTW add init() function and replace SearxEngineAPIException by ValueError.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-10-07 15:27:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								9fb77065bd 
								
							 
						 
						
							
							
								
								[fix] engine torznab - marginal issues reported from linters  
							
							... 
							
							
							
							Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-10-07 15:27:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Paolo Basso 
								
							 
						 
						
							
							
							
							
								
							
							
								d803df8d89 
								
							 
						 
						
							
							
								
								[mod] engines - add torznab WebAPI  
							
							
							
						 
						
							2021-10-07 15:27:55 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7246d62770 
								
							 
						 
						
							
							
								
								Merge pull request  #386  from return42/fix-384  
							
							... 
							
							
							
							[mod] set 'engine.supported_languages' from the origin python module 
							
						 
						
							2021-10-07 09:50:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								19e41c137e 
								
							 
						 
						
							
							
								
								[mod] set 'engine.supported_languages' from the origin python module  
							
							... 
							
							
							
							The key of the dictionary 'searx.data.ENGINES_LANGUAGES' is the *engine name*
configured in settings.xml.  When multiple engines are configured to use the
same origin engine (e.g. `engine: google`)::
    - name: google
      engine: google
      use_mobile_ui: false
      ...
    - name: google italian
      engine: google
      use_mobile_ui: false
      language: it
      ...
    - name: google mobile ui
      engine: google
      shortcut: gomui
      use_mobile_ui: true
There exists no entry for ENGINES_LANGUAGES[engine.name] (e.g. `name: google
mobile ui` or `name: google italian`).  This issue can be solved by recreate the
ENGINES_LANGUAGES::
    make data.languages
But this is nothing an SearXNG admin would like to do when just configuring
additional engines, since this just doubles entries in ENGINES_LANGUAGES and
BTW: `make data.languages` has various external requirements which might be not
installed or not available, on a production host.
With this patch, if engine.name fails, ENGINES_LANGUAGES[engine.engine] is used
to get the engine.supported_languages (e.g. `google` for the engine named
`google mobile`).
For an engine, when there is `language: ...` in the YAML settings, the engine
supports only one language, in this case engine.supported_languages should
contains this value defined in settings.yml (e.g. `it` for the engine named
`google italian`).
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Closes: https://github.com/searxng/searxng/issues/384  
							
						 
						
							2021-10-07 08:45:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								adeb084cf4 
								
							 
						 
						
							
							
								
								Merge pull request  #390  from return42/fix-312  
							
							... 
							
							
							
							[fix] don't mix loaded modules with imported modules (sys.modules) 
							
						 
						
							2021-10-06 19:07:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								de0249ddae 
								
							 
						 
						
							
							
								
								[fix] don't mix loaded modules with imported modules (sys.modules)  
							
							... 
							
							
							
							The utils.load_module() function is used to load a python file (aka module) and
return the module's namespace.  SearXNG uses this function to load *engines and
answerers* from arbitrary locations with arbitrary modifications.  These are not
real python modules and it is not intended to mix this *engines and answerers*
with the python modules registered in sys.modules.
Closes: https://github.com/searxng/searxng/issues/312 
Suggested-by: @dalf in https://github.com/searxng/searxng/issues/312 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-10-06 18:45:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								feb2d4dda5 
								
							 
						 
						
							
							
								
								Merge pull request  #377  from return42/engine-imdb  
							
							... 
							
							
							
							[mod] engines - add IMDB / Internet Movie Database 
							
						 
						
							2021-10-05 08:14:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								8a897b86f1 
								
							 
						 
						
							
							
								
								[mod] engines - IMDB: add thumbnails  
							
							
							
						 
						
							2021-10-05 09:10:02 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								09a6872e5f 
								
							 
						 
						
							
							
								
								Merge pull request  #381  from return42/fix-translate-commit  
							
							... 
							
							
							
							[fix] commit message of 'make weblate.push.translations' 
							
						 
						
							2021-10-04 18:58:31 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								afc5c9870e 
								
							 
						 
						
							
							
								
								[fix] commit message of 'make weblate.push.translations'  
							
							... 
							
							
							
							Fix `\n` issue in the commit message [1] by using multiple `-m` options [2]::
    7d9ffd680cebc0e39https://github.com/searxng/searxng/pull/379#issuecomment-933242702 
[2] https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--mltmsggt 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-10-04 11:09:30 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cebc0e395b 
								
							 
						 
						
							
							
								
								Merge pull request  #379  from searxng/fix-weblate-push-translations  
							
							... 
							
							
							
							[fix] make weblate.push.translations 
							
						 
						
							2021-10-04 07:32:44 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f4dd5b226d 
								
							 
						 
						
							
							
								
								[fix] make weblate.push.translations  
							
							... 
							
							
							
							Even when there are changes, the function exit without pushing them. 
							
						 
						
							2021-10-03 21:11:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								47eb836c65 
								
							 
						 
						
							
							
								
								Merge pull request  #375  from dalf/searxng_extra  
							
							... 
							
							
							
							SearXNG: searx_extra 
							
						 
						
							2021-10-03 19:09:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								715c445e9b 
								
							 
						 
						
							
							
								
								[build] /static  
							
							
							
						 
						
							2021-10-03 19:04:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								955eab8240 
								
							 
						 
						
							
							
								
								[mod] searxng_extras - minor improvements  
							
							... 
							
							
							
							- fix docs/searxng_extra/standalone_searx.py.rst
- add SPDX tag
- pylint standalone_searx.py and update_wikidata_units.py
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-10-03 19:04:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9da9dbcbb4 
								
							 
						 
						
							
							
								
								Merge pull request  #373  from dalf/searxng-environ  
							
							... 
							
							
							
							SearXNG: environment variables 
							
						 
						
							2021-10-03 18:48:23 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Paul Alcock 
								
							 
						 
						
							
							
							
							
								
							
							
								823d44ed0a 
								
							 
						 
						
							
							
								
								[mod] engines - add IMDB / Internet Movie Database  
							
							... 
							
							
							
							Merged from @Guilvareux's commit [1] and slightly modfied / see [2].
[1] https://github.com/searx/searx/pull/2980/commits/f2f90071 
[2] https://github.com/searx/searx/pull/2980  
							
						 
						
							2021-10-03 11:44:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								1bb82a6b54 
								
							 
						 
						
							
							
								
								SearXNG: searxng_extra  
							
							
							
						 
						
							2021-10-02 17:30:39 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								253b850376 
								
							 
						 
						
							
							
								
								SearXNG: SEARXNG_SETTINGS_PATH  
							
							
							
						 
						
							2021-10-02 17:18:05 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								9e266ecad3 
								
							 
						 
						
							
							
								
								SearXNG: SEARX_BIND_ADDRESS  
							
							
							
						 
						
							2021-10-02 16:58:09 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								6443ed7562 
								
							 
						 
						
							
							
								
								SearXNG: SEARXNG_PORT  
							
							
							
						 
						
							2021-10-02 16:56:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								430babca25 
								
							 
						 
						
							
							
								
								SearXNG: environment variables  
							
							
							
						 
						
							2021-10-02 16:54:11 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e39a03cc61 
								
							 
						 
						
							
							
								
								Merge pull request  #367  from dalf/searxng-github  
							
							... 
							
							
							
							SearXNG: .github, searxng-docker 
							
						 
						
							2021-10-02 07:57:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fda5609a17 
								
							 
						 
						
							
							
								
								Merge pull request  #360  from return42/ddg-lite  
							
							... 
							
							
							
							Implement a DuckDuckGo Lite engine 
							
						 
						
							2021-10-02 05:16:29 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								97419a770d 
								
							 
						 
						
							
							
								
								[upd] make data.languages  
							
							... 
							
							
							
							Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-10-01 20:01:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								a5b7ed9550 
								
							 
						 
						
							
							
								
								[mod] engine duckduckgo - update supported_languages_url  
							
							... 
							
							
							
							Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-10-01 20:01:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								4c9b8b29ee 
								
							 
						 
						
							
							
								
								[mod] engine duckduckgo - use DuckDuckGo-Lite  
							
							... 
							
							
							
							Implement a scrapper for DuckDuckGo-Lite [1].  The existing DuckDuckGo [2]
engine does not support paging.  DuckDuckgo-Lite is much faster, less verbose
and does have a paging option (reversed engineered from the input form of [1]).
[1] https://lite.duckduckgo.com/lite 
[2] https://duckduckgo.com/ 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-10-01 20:01:41 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8bd7358c06 
								
							 
						 
						
							
							
								
								Merge pull request  #371  from dalf/searxng-theme-simple  
							
							... 
							
							
							
							Searxng theme simple 
							
						 
						
							2021-10-01 18:37:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								a53a4d5012 
								
							 
						 
						
							
							
								
								[build] /static  
							
							
							
						 
						
							2021-10-01 18:09:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								74b0830362 
								
							 
						 
						
							
							
								
								SearXNG: simple theme  
							
							
							
						 
						
							2021-10-01 18:06:55 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								499c7b3cce 
								
							 
						 
						
							
							
								
								SearXNG: .github, searxng-docker  
							
							
							
						 
						
							2021-10-01 09:48:53 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								458575c221 
								
							 
						 
						
							
							
								
								Merge pull request  #361  from dalf/searxng-theme-oscar  
							
							... 
							
							
							
							SearXNG theme oscar 
							
						 
						
							2021-10-01 09:15:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c74f45b1df 
								
							 
						 
						
							
							
								
								Merge pull request  #365  from searxng/update_data_update_wikidata_units.py  
							
							... 
							
							
							
							Update searx.data - update_wikidata_units.py 
							
						 
						
							2021-10-01 07:11:13 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								62ea3c7074 
								
							 
						 
						
							
							
								
								Merge pull request  #366  from searxng/update_data_update_languages.py  
							
							... 
							
							
							
							Update searx.data - update_languages.py 
							
						 
						
							2021-10-01 06:41:09 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d814f1182f 
								
							 
						 
						
							
							
								
								Merge pull request  #364  from searxng/update_data_update_firefox_version.py  
							
							... 
							
							
							
							Update searx.data - update_firefox_version.py 
							
						 
						
							2021-10-01 06:34:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8479a83411 
								
							 
						 
						
							
							
								
								Merge pull request  #363  from searxng/update_data_update_ahmia_blacklist.py  
							
							... 
							
							
							
							Update searx.data - update_ahmia_blacklist.py 
							
						 
						
							2021-10-01 06:33:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e2c8e2855c 
								
							 
						 
						
							
							
								
								Merge pull request  #362  from searxng/update_data_update_currencies.py  
							
							... 
							
							
							
							Update searx.data - update_currencies.py 
							
						 
						
							2021-10-01 06:33:13 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								db51a64390 
								
							 
						 
						
							
							
								
								Update searx.data - update_languages.py  
							
							
							
						 
						
							2021-10-01 06:23:31 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								a582e55af0 
								
							 
						 
						
							
							
								
								Update searx.data - update_wikidata_units.py  
							
							
							
						 
						
							2021-10-01 06:23:25 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								56c68beb42 
								
							 
						 
						
							
							
								
								Update searx.data - update_firefox_version.py  
							
							
							
						 
						
							2021-10-01 06:23:14 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								453114fbe4 
								
							 
						 
						
							
							
								
								Update searx.data - update_ahmia_blacklist.py  
							
							
							
						 
						
							2021-10-01 06:23:12 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dalf 
								
							 
						 
						
							
							
							
							
								
							
							
								0c24a03f05 
								
							 
						 
						
							
							
								
								Update searx.data - update_currencies.py  
							
							
							
						 
						
							2021-10-01 06:23:04 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								1dfac73a64 
								
							 
						 
						
							
							
								
								[build] /static  
							
							
							
						 
						
							2021-09-30 19:01:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								df06dddc04 
								
							 
						 
						
							
							
								
								SearXNG: oscar theme  
							
							
							
						 
						
							2021-09-30 18:50:21 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a582cf3d82 
								
							 
						 
						
							
							
								
								Merge pull request  #353  from return42/stackexchange  
							
							... 
							
							
							
							[mod] engines - add Stack Exchange API v2.3 
							
						 
						
							2021-09-29 10:38:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7124fd1704 
								
							 
						 
						
							
							
								
								Merge pull request  #354  from dalf/mod-searx-network-stream  
							
							... 
							
							
							
							[mod] /image_proxy: fix memory leak 
							
						 
						
							2021-09-29 10:31:43 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Markus Heiser 
								
							 
						 
						
							
							
							
							
								
							
							
								ecb3912bd0 
								
							 
						 
						
							
							
								
								[fix] engine stackexchange - decode HTML entities in title & content  
							
							... 
							
							
							
							Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
							
						 
						
							2021-09-29 08:08:18 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Flament 
								
							 
						 
						
							
							
							
							
								
							
							
								a9c3c88cc0 
								
							 
						 
						
							
							
								
								[mod] searx.network.stream returns a tuple (response, stream)  
							
							
							
						 
						
							2021-09-28 19:33:29 +02:00