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 # ###########################################################################