diff options
author | Alexandre Flament <alex@al-f.net> | 2020-12-01 15:31:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 15:31:10 +0100 |
commit | 219af243a20899d0c8a677700c36e339d7cdcc74 (patch) | |
tree | b7b98f65cf6cc8127f1d6a06e37419fe45222871 /searx/engines/acgsou.py | |
parent | a1e6bc4cee2690eb7f2103901ada9a50846a7419 (diff) | |
parent | 8aa2a7556ad80d3d644287fc17832050f3a5a303 (diff) | |
download | searxng-219af243a20899d0c8a677700c36e339d7cdcc74.tar.gz searxng-219af243a20899d0c8a677700c36e339d7cdcc74.zip |
Merge pull request #2318 from dalf/add-pylint
Add pylint
Diffstat (limited to 'searx/engines/acgsou.py')
-rw-r--r-- | searx/engines/acgsou.py | 1 |
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]) |