From 75020d9a6c2e543c431068a14df84d22b92f7008 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 5 Dec 2019 16:01:09 +1300 Subject: [PATCH] mactorrents: filter out torrents without download link. resolves #6505 --- src/Jackett.Common/Definitions/mactorrents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/mactorrents.yml b/src/Jackett.Common/Definitions/mactorrents.yml index 4583f6145..1017af019 100644 --- a/src/Jackett.Common/Definitions/mactorrents.yml +++ b/src/Jackett.Common/Definitions/mactorrents.yml @@ -27,7 +27,7 @@ inputs: s: "{{.Keywords}}" rows: - selector: div.iso-item article + selector: div.iso-item article:has(a.download) fields: title: selector: div.blog-content h3 a