mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #1238 from MarcAbonce/duckduckgo
[fix] Change duckduckgo url to avoid error response
This commit is contained in:
		
						commit
						1a2e9268a0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -27,7 +27,7 @@ supported_languages_url = 'https://duckduckgo.com/d2030.js' | |||
| time_range_support = True | ||||
| 
 | ||||
| # search-url | ||||
| url = 'https://duckduckgo.com/html?{query}&s={offset}&api=/d.js&o=json&dc={dc_param}' | ||||
| url = 'https://duckduckgo.com/html?{query}&s={offset}&dc={dc_param}' | ||||
| time_range_url = '&df={range}' | ||||
| 
 | ||||
| time_range_dict = {'day': 'd', | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber