From 6f58c04ae25cd08b8d71e8a966cc316a6229001d Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 4 Jul 2024 00:15:02 +0100 Subject: [PATCH] leech24-api: update MR & MST based on 'unsatisfied' status of seeded torrent --- src/Jackett.Common/Definitions/leech24-api.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/leech24-api.yml b/src/Jackett.Common/Definitions/leech24-api.yml index 3f7b78094..806a3b357 100644 --- a/src/Jackett.Common/Definitions/leech24-api.yml +++ b/src/Jackett.Common/Definitions/leech24-api.yml @@ -173,6 +173,10 @@ search: case: False: 1 # normal True: 2 # double - minimumratio: - text: 1.0 +# global MR is 1.0 but torrents must be seeded for 7 days regardless of ratio +# minimumratio: +# text: 1.0 + minimumseedtime: + # 7 days (as seconds = 7 x 24 x 60 x 60) + text: 604800 # json UNIT3D 8.1.3