From f0802599cdfce4cd5a4b44617a2401b474e438a1 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 5 Oct 2023 07:00:47 +1300 Subject: [PATCH] =?UTF-8?q?abnormal:=20prevent=20'Aucune=20donn=C3=A9e=20t?= =?UTF-8?q?rouv=C3=A9e'=20log=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit also correct MST, although this is currently not strictly enforced --- src/Jackett.Common/Definitions/abnormal.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/abnormal.yml b/src/Jackett.Common/Definitions/abnormal.yml index b8a2e5a1a..8c914af12 100644 --- a/src/Jackett.Common/Definitions/abnormal.yml +++ b/src/Jackett.Common/Definitions/abnormal.yml @@ -114,7 +114,7 @@ search: SortOrder: "{{ .Config.type }}" rows: - selector: table.table-rows > tbody > tr + selector: table.table-rows > tbody > tr:has(a[href^="/Torrent/Download?ReleaseId="]) fields: category: @@ -168,6 +168,6 @@ search: minimumratio: text: 1.0 minimumseedtime: - # 2 days (as seconds = 2 x 24 x 60 x 60) - text: 172800 + # 4 days (as seconds = 4 x 24 x 60 x 60) + text: 345600 # Gazelle