From d0e1f872c9ca2b9f82631b06cffbfc74ae2095d7 Mon Sep 17 00:00:00 2001 From: Abdussalam <72447205+akorede47@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:54:02 +0100 Subject: [PATCH] Update nyaasi.py --- engines/nyaasi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/nyaasi.py b/engines/nyaasi.py index 90b3a85..2a0d4e7 100644 --- a/engines/nyaasi.py +++ b/engines/nyaasi.py @@ -38,7 +38,7 @@ class nyaasi(object): # Whether to use magnet links or download torrent files ################### # # Set to 'True' to use magnet links, or 'False' to use torrent files - use_magent_links = True + use_magent_links = False # ###########################################################################