From 68e9e9fbf5e9213474d66249a0b6c86169ab5bb7 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Thu, 30 Mar 2023 08:05:33 +0000 Subject: [PATCH] Disable archive torrent --- codearchiver-bot | 1 + 1 file changed, 1 insertion(+) diff --git a/codearchiver-bot b/codearchiver-bot index 96dbf8c..6ad0727 100755 --- a/codearchiver-bot +++ b/codearchiver-bot @@ -264,6 +264,7 @@ function taint_block { "collection:${collection}" \ 'mediatype:software' \ "date:${date}" \ + 'noarchivetorrent:true' \ <"${f}" 2> >(log_loop 'ia-upload-stream: ') status="$?" if [[ "${status}" -ne 0 ]]; then