From 6e8a6167e9ed9e99a1c927519fbbf67c67ec7f38 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 8 Dec 2020 04:26:38 +0000 Subject: [PATCH] ztracker: add MR and MST "Downloaded torrents must be seeded up to 0.8 OR 3 days of clean seed time." http://ztracker.org/rules.php Global MR is 0.6 --- src/Jackett.Common/Definitions/ztracker.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Jackett.Common/Definitions/ztracker.yml b/src/Jackett.Common/Definitions/ztracker.yml index 9f9598707..40253f98e 100644 --- a/src/Jackett.Common/Definitions/ztracker.yml +++ b/src/Jackett.Common/Definitions/ztracker.yml @@ -164,6 +164,11 @@ search: case: img[src="./pic/x2.gif"]: 2 "*": 1 + minimumratio: + text: 0.8 + minimumseedtime: + # 3 days (as seconds = 3 x 24 x 60 x 60) + text: 259200 date: selector: td:nth-child(2) remove: a, img