diff --git a/extractors/base/nexusphp.py b/extractors/base/nexusphp.py index 64d2bb1..6783937 100644 --- a/extractors/base/nexusphp.py +++ b/extractors/base/nexusphp.py @@ -63,7 +63,8 @@ def torrent_link(self, tid): with open(tmp_file, "wb") as torrent: r = requests.get(torrent_link) torrent.write(r.content) - return tmp_file + torrent_link = tmp_file + return torrent_link # -*- Torrent's download, upload and thank -*- def torrent_download(self, tid, **kwargs):