From 30383f430705668b294cc09398725d5d7bb27565 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 24 Apr 2024 06:07:26 +1200 Subject: [PATCH] torrentcore: trap service unavailable --- src/Jackett.Common/Definitions/torrentcore.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Jackett.Common/Definitions/torrentcore.yml b/src/Jackett.Common/Definitions/torrentcore.yml index 288d9f0ae..021029df1 100644 --- a/src/Jackett.Common/Definitions/torrentcore.yml +++ b/src/Jackett.Common/Definitions/torrentcore.yml @@ -65,6 +65,7 @@ search: - path: "{{ if .Keywords }}search?s={{ .Keywords }}{{ else }}index{{ end }}" # search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely error: + - selector: :root:contains("Service Unavailable") - selector: :root:contains("Connection failed") message: text: "Connection failed: Connection refused"