From 2125c9a42e1f2c60041cd18cb4af638c63bfa850 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 12 Feb 2023 00:28:04 +0200 Subject: [PATCH] mteamtp: add MR and MST (#14004) --- src/Jackett.Common/Definitions/mteamtp.yml | 5 +++++ src/Jackett.Common/Definitions/mteamtp2fa.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/Jackett.Common/Definitions/mteamtp.yml b/src/Jackett.Common/Definitions/mteamtp.yml index 0461c1bd7..9a09f3571 100644 --- a/src/Jackett.Common/Definitions/mteamtp.yml +++ b/src/Jackett.Common/Definitions/mteamtp.yml @@ -211,6 +211,11 @@ search: img.pro_free2up: 2 img.pro_2up: 2 "*": 1 + minimumratio: + text: 1 + minimumseedtime: + # 2 days (as seconds = 2 x 24 x 60 x 60) + text: 172800 description: selector: td:nth-child(2) remove: a, img diff --git a/src/Jackett.Common/Definitions/mteamtp2fa.yml b/src/Jackett.Common/Definitions/mteamtp2fa.yml index 275c71653..3fba0a13b 100644 --- a/src/Jackett.Common/Definitions/mteamtp2fa.yml +++ b/src/Jackett.Common/Definitions/mteamtp2fa.yml @@ -214,6 +214,11 @@ search: img.pro_free2up: 2 img.pro_2up: 2 "*": 1 + minimumratio: + text: 1 + minimumseedtime: + # 2 days (as seconds = 2 x 24 x 60 x 60) + text: 172800 description: selector: td:nth-child(2) remove: a, img