mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Hopefully fix code style errors(again)
This commit is contained in:
		
							parent
							
								
									fb364ffae7
								
							
						
					
					
						commit
						b8b23d8006
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -28,11 +28,13 @@ xpath_title = './/td[3]/a[last()]' | |||
| xpath_torrent_links = './/td[3]/a' | ||||
| xpath_filesize = './/td[4]/text()' | ||||
| 
 | ||||
| 
 | ||||
| def request(query, params): | ||||
|     query = urlencode({'keyword': query}) | ||||
|     params['url'] = search_url.format(query=query, offset=params['pageno']) | ||||
|     return params | ||||
| 
 | ||||
| 
 | ||||
| def response(resp): | ||||
|     results = []  | ||||
|     dom = html.fromstring(resp.text) | ||||
|  | @ -59,7 +61,7 @@ def response(resp): | |||
|             filesize = filesize_info[:-2] | ||||
|             filesize_multiplier = filesize_info[-2:] | ||||
|             filesize = get_torrent_size(filesize, filesize_multiplier) | ||||
|         except : | ||||
|         except: | ||||
|             pass | ||||
|         #I didn't add download/seed/leech count since as I figured out they are generated randowmly everytime | ||||
|         content = 'Category: "{category}".' | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 rinpatch
						rinpatch