forked from zaclys/searxng
		
	[fix] make ina engine compatible with the new response json
This commit is contained in:
		
							parent
							
								
									6255b33c9d
								
							
						
					
					
						commit
						0ba71c3644
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -53,9 +53,7 @@ def response(resp): | ||||||
| 
 | 
 | ||||||
|     # we get html in a JSON container... |     # we get html in a JSON container... | ||||||
|     response = loads(resp.text) |     response = loads(resp.text) | ||||||
|     if "content" not in response: |     dom = html.fromstring(response) | ||||||
|         return [] |  | ||||||
|     dom = html.fromstring(response["content"]) |  | ||||||
| 
 | 
 | ||||||
|     # parse results |     # parse results | ||||||
|     for result in dom.xpath(results_xpath): |     for result in dom.xpath(results_xpath): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber