diff --git a/searx/engines/solidtorrents.py b/searx/engines/solidtorrents.py index 05014918..dad36cc8 100644 --- a/searx/engines/solidtorrents.py +++ b/searx/engines/solidtorrents.py @@ -45,7 +45,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",