From a06f5241073a56703c5d1e5843fe64995a3e8c7b Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 26 Dec 2020 16:38:51 +0000 Subject: [PATCH] hdu: add MST and MR "All torrents must be seeded for a minimum of 72 hours or 1.0 ratio per torrent..." https://pt.upxin.net/rules.php Global min MR ranges from 0.5-0.9 depending on amount downloaded. https://pt.upxin.net/faq.php --- src/Jackett.Common/Definitions/hdu.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Jackett.Common/Definitions/hdu.yml b/src/Jackett.Common/Definitions/hdu.yml index 8a938cbe4..24898a062 100644 --- a/src/Jackett.Common/Definitions/hdu.yml +++ b/src/Jackett.Common/Definitions/hdu.yml @@ -131,6 +131,11 @@ search: img.pro_free2up: 2 img.pro_2up: 2 "*": 1 + minimumratio: + text: 1.0 + minimumseedtime: + # 3 days (as seconds = 3 x 24 x 60 x 60) + text: 259200 description: selector: td.rowfollow:nth-child(2) remove: a, img