summaryrefslogtreecommitdiff
path: root/searx/engines/acgsou.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/acgsou.py')
-rw-r--r--searx/engines/acgsou.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py
index 553b49b69..a436df283 100644
--- a/searx/engines/acgsou.py
+++ b/searx/engines/acgsou.py
@@ -41,7 +41,6 @@ def response(resp):
# defaults
filesize = 0
magnet_link = "magnet:?xt=urn:btih:{}&tr=http://tracker.acgsou.com:2710/announce"
- torrent_link = ""
try:
category = extract_text(result.xpath(xpath_category)[0])