summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/engines/solidtorrents.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/solidtorrents.py b/searx/engines/solidtorrents.py
index b228a8c8c..4ed6167d0 100644
--- a/searx/engines/solidtorrents.py
+++ b/searx/engines/solidtorrents.py
@@ -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",