mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	Merge pull request #410 from beniz/ddg_url_encoding_utf8
ddg encoding of URLs to UTF-8
This commit is contained in:
		
						commit
						7e893ce3f4
					
				| @ -72,7 +72,7 @@ def response(resp): | ||||
|         # append result | ||||
|         results.append({'title': title, | ||||
|                         'content': content, | ||||
|                         'url': res_url}) | ||||
|                         'url': res_url.encode('utf8')}) | ||||
| 
 | ||||
|     # return results | ||||
|     return results | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user