From 74e944bbbfa7f976202b212397b338064f8798b8 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 2 Jan 2025 15:42:26 +0200 Subject: [PATCH] hhanclub: update MR and MST --- src/Jackett.Common/Definitions/hhanclub.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/hhanclub.yml b/src/Jackett.Common/Definitions/hhanclub.yml index f8d9e0130..cb75d7aaa 100644 --- a/src/Jackett.Common/Definitions/hhanclub.yml +++ b/src/Jackett.Common/Definitions/hhanclub.yml @@ -192,11 +192,12 @@ search: span.promotion-tag-free2up: 2 span.promotion-tag-2up: 2 "*": 1 - minimumratio: - text: 1.0 +# global MR is 0.8 but torrents must be seeded for 2 days regardless of ratio +# minimumratio: +# text: 0.8 minimumseedtime: - # 1 day (as seconds = 24 x 60 x 60) - text: 86400 + # 2 days (as seconds = 2 x 24 x 60 x 60) + text: 172800 description: selector: div.torrent-title > div > div # NexusPHP v1.8.6 2023-08-15 (customised)