From f491c98bf6ec8158ec2201c8db0cd5224714568a Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 12 Dec 2023 06:37:19 +1300 Subject: [PATCH] ultrahd: new mst and mr --- src/Jackett.Common/Definitions/ultrahd.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/ultrahd.yml b/src/Jackett.Common/Definitions/ultrahd.yml index 68461e963..9de52548c 100644 --- a/src/Jackett.Common/Definitions/ultrahd.yml +++ b/src/Jackett.Common/Definitions/ultrahd.yml @@ -158,10 +158,13 @@ search: img.pro_2up: 2 "*": 1 minimumseedtime: - # 7 days (as seconds = 7 x 24 x 60 x 60) - text: 604800 + case: + img.hitandrun: 1209600 # 14 days (as seconds = 14 x 24 x 60 x 60) + "*": 604800 # 7 days (as seconds = 7 x 24 x 60 x 60) minimumratio: - text: 2.0 + case: + img.hitandrun: 3.0 + "*": 2.0 description: selector: td:nth-child(2) remove: a, b, font, img, span