forked from zaclys/searxng
		
	btdigg engine: fix text mojibake.
Seeing on the official instance, searching with non-ascii character
usually renders mojibake non-sense:
    http://searx.me/?q=%E9%A3%9F%E5%A0%82&categories=files
Screenshot with broken: 
Screenshot of the fixed rendering: 
			
			
This commit is contained in:
		
							parent
							
								
									a905e4e7db
								
							
						
					
					
						commit
						01d2fb9f70
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -38,7 +38,7 @@ def request(query, params): | |||
| def response(resp): | ||||
|     results = [] | ||||
| 
 | ||||
|     dom = html.fromstring(resp.text) | ||||
|     dom = html.fromstring(resp.content) | ||||
| 
 | ||||
|     search_res = dom.xpath('//div[@id="search_res"]/table/tr') | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Kang-min Liu
						Kang-min Liu