From 22e10d8736e200012d7c2cf1e7ccb0ae341d18b3 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 10 Dec 2022 11:21:50 +1300 Subject: [PATCH] torrentland: category can be missing. #13768 --- src/Jackett.Common/Definitions/torrentland.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentland.yml b/src/Jackett.Common/Definitions/torrentland.yml index cfcfba32b..8d7b7159c 100644 --- a/src/Jackett.Common/Definitions/torrentland.yml +++ b/src/Jackett.Common/Definitions/torrentland.yml @@ -104,8 +104,11 @@ search: selector: table > tbody > tr:has(a[href*="/download/"]) fields: - categorydesc: + category: + text: 10 + categorydesc|noappend: selector: span[data-original-title="Categoria"] + optional: true title_vose: selector: a.view-torrent:contains("VOSE") optional: true