From 265aa012cf635e710844adc27634f3d2d0521bc9 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 25 Sep 2022 07:57:02 +1300 Subject: [PATCH] torrentcore: cat can be missing. resolves #13582 --- src/Jackett.Common/Definitions/torrentcore.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentcore.yml b/src/Jackett.Common/Definitions/torrentcore.yml index 656e7b43f..4f36fabc2 100644 --- a/src/Jackett.Common/Definitions/torrentcore.yml +++ b/src/Jackett.Common/Definitions/torrentcore.yml @@ -61,13 +61,16 @@ search: # search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely rows: - selector: div.content font[color="purple"], div.content font[color="orange"]:has(img), div.content font[color="gray"], div.content font[color="white"] + selector: div.content font[color="purple"], div.content font[color="orange"]:has(a), div.content font[color="gray"], div.content font[color="white"] after: 3 fields: category: + text: "UNKNOWN" + category|noappend: selector: img[src^="./cat/"] attribute: src + optional: true filters: - name: regexp args: "cat/(.+?).png"