mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	[fix] revert of 1x.com (no valid https certificate)
This commit is contained in:
		
							parent
							
								
									78edc16e66
								
							
						
					
					
						commit
						e7fd546aae
					
				| @ -19,14 +19,15 @@ import re | ||||
| categories = ['images'] | ||||
| paging = False | ||||
| 
 | ||||
| # search-url, no HTTPS | ||||
| base_url = 'https://1x.com' | ||||
| # search-url, no HTTPS (there is a valid certificate for https://api2.1x.com/ ) | ||||
| base_url = 'http://1x.com' | ||||
| search_url = base_url+'/backend/search.php?{query}' | ||||
| 
 | ||||
| 
 | ||||
| # do search-request | ||||
| def request(query, params): | ||||
|     params['url'] = search_url.format(query=urlencode({'q': query})) | ||||
|     print params['url'] | ||||
| 
 | ||||
|     return params | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user