From b4da7bc0738bd6ac005fd7f4673a97eaf59aac80 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Fri, 18 Feb 2022 16:15:40 +0000 Subject: [PATCH] assorted yaml: remove . from keywords. #12965 (#12967) --- src/Jackett.Common/Definitions/bitsearch.yml | 4 ++++ src/Jackett.Common/Definitions/tellytorrent-api.yml | 4 ++++ src/Jackett.Common/Definitions/thesceneplace.yml | 4 ++++ src/Jackett.Common/Definitions/torrentdb.yml | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/src/Jackett.Common/Definitions/bitsearch.yml b/src/Jackett.Common/Definitions/bitsearch.yml index 13a09479a..daa35b4c5 100644 --- a/src/Jackett.Common/Definitions/bitsearch.yml +++ b/src/Jackett.Common/Definitions/bitsearch.yml @@ -72,6 +72,10 @@ search: sort: "{{ .Config.sort }}" order: "{{ .Config.type }}" + keywordsfilters: + - name: re_replace + args: ["\\.", " "] + rows: selector: li.search-result diff --git a/src/Jackett.Common/Definitions/tellytorrent-api.yml b/src/Jackett.Common/Definitions/tellytorrent-api.yml index e816f0c0d..92516c209 100644 --- a/src/Jackett.Common/Definitions/tellytorrent-api.yml +++ b/src/Jackett.Common/Definitions/tellytorrent-api.yml @@ -86,6 +86,10 @@ search: perPage: 100 page: 1 + keywordsfilters: + - name: re_replace + args: ["\\.", " "] + rows: selector: data attribute: attributes diff --git a/src/Jackett.Common/Definitions/thesceneplace.yml b/src/Jackett.Common/Definitions/thesceneplace.yml index c6f5b9e53..912b3a50b 100644 --- a/src/Jackett.Common/Definitions/thesceneplace.yml +++ b/src/Jackett.Common/Definitions/thesceneplace.yml @@ -102,6 +102,10 @@ search: by: "{{ .Config.type }}" # does not support imdbid search and does not return imdb link in results + keywordsfilters: + - name: re_replace + args: ["\\.", " "] + rows: selector: "table.lista > tbody > tr:has(a[href^=\"index.php?page=torrent-details&id=\"]):has(td[width=\"30\"]){{ if .Config.freeleech }}:has(img[src=\"images/freeleech.gif\"]){{ else }}{{ end }}{{ if .Config.freeleech }}, table.lista > tbody > tr:has(a[href^=\"index.php?page=torrent-details&id=\"]):has(td[width=\"30\"]):has(img[src=\"images/gold.gif\"]){{ else }}{{ end }}" diff --git a/src/Jackett.Common/Definitions/torrentdb.yml b/src/Jackett.Common/Definitions/torrentdb.yml index e76d292aa..1ae6f7fa5 100644 --- a/src/Jackett.Common/Definitions/torrentdb.yml +++ b/src/Jackett.Common/Definitions/torrentdb.yml @@ -83,6 +83,10 @@ search: direction: "{{ .Config.type }}" qty: 100 + keywordsfilters: + - name: re_replace + args: ["\\.", " "] + rows: selector: table > tbody > tr filters: