From a2e93b4f7501ab43b1027ec765d2bf9598ac5e19 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 9 Dec 2019 17:28:49 +1300 Subject: [PATCH] yourbittorrent: add andmatch filter. resolves #6547 also update categories. --- src/Jackett.Common/Definitions/yourbittorrent.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Jackett.Common/Definitions/yourbittorrent.yml b/src/Jackett.Common/Definitions/yourbittorrent.yml index 85c2538b6..d5d3b3dae 100644 --- a/src/Jackett.Common/Definitions/yourbittorrent.yml +++ b/src/Jackett.Common/Definitions/yourbittorrent.yml @@ -15,12 +15,15 @@ categories: "Anime": TV/Anime "Software": PC + "Apps": PC "eBooks": Books "XXX": XXX + "Adult": XXX "Games": PC/Games "Movies": Movies "Music": Audio "Television": TV + "Series": TV "Other": Other "Pictures": Other @@ -44,6 +47,8 @@ - name: tolower rows: selector: tr.table-default + filters: + - name: andmatch fields: category: selector: td:nth-child(1) a