mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] URL to solidtorrent result page
Reported-by: https://github.com/searx/searx/pull/2786
This commit is contained in:
		
							parent
							
								
									3282cdca13
								
							
						
					
					
						commit
						0c43cf89ca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -46,7 +46,7 @@ def response(resp): | |||
|             'seed': result["swarm"]["seeders"], | ||||
|             'leech': result["swarm"]["leechers"], | ||||
|             'title': result["title"], | ||||
|             'link': "https://solidtorrents.net/view/" + result["_id"], | ||||
|             'url': "https://solidtorrents.net/view/" + result["_id"], | ||||
|             'filesize': result["size"], | ||||
|             'magnetlink': result["magnet"], | ||||
|             'template': "torrent.html", | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Michael Ilsaas
						Michael Ilsaas