From cc671dfab58d6485274bb753136e08c19dc3c2a6 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 5 Mar 2020 12:53:32 +1300 Subject: [PATCH] btdb: download can be missing. resolves #7508 --- src/Jackett.Common/Definitions/btdb.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Jackett.Common/Definitions/btdb.yml b/src/Jackett.Common/Definitions/btdb.yml index cf2e8ab4b..899656a63 100644 --- a/src/Jackett.Common/Definitions/btdb.yml +++ b/src/Jackett.Common/Definitions/btdb.yml @@ -55,8 +55,10 @@ selector: a[href*="/torrent/"] attribute: href download: + # download can be missing despite icon being present. Fortunately the magnet is always there selector: a[href$=".torrent"] attribute: href + optional: true magnet: selector: a[href^="magnet:?xt="] attribute: href