From 0b88f498b1c023a895b05525e0f48db5a36c4db4 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Thu, 18 Feb 2021 18:53:41 +0000 Subject: [PATCH] turkseed: add MST There are two options for not doing hit-runs on our site. One of them is that you need to return the presentation at 0.6 ratio (which means you need to seed it by 60%) or seed it for 48 hours. https://turkseed.com/faq.php?do=view&id=42 --- src/Jackett.Common/Definitions/turkseed.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Jackett.Common/Definitions/turkseed.yml b/src/Jackett.Common/Definitions/turkseed.yml index 8d2b60670..095df3915 100644 --- a/src/Jackett.Common/Definitions/turkseed.yml +++ b/src/Jackett.Common/Definitions/turkseed.yml @@ -155,4 +155,7 @@ search: "*": 1 minimumratio: text: 0.6 + minimumseedtime: + # 2 days (as seconds = 2 x 24 x 60 x 60) + text: 172800 # TS Special Edition v.7.5