From aca9162c70a08d2eebca14bf099bba04255137c2 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 27 Oct 2022 17:16:04 +1300 Subject: [PATCH] pterclub: fix game selectors --- src/Jackett.Common/Definitions/pterclub.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/pterclub.yml b/src/Jackett.Common/Definitions/pterclub.yml index e0bacba8a..976eba10c 100644 --- a/src/Jackett.Common/Definitions/pterclub.yml +++ b/src/Jackett.Common/Definitions/pterclub.yml @@ -121,15 +121,15 @@ search: - name: querystring args: cat title_default: - selector: a[href^="details.php?id="] + selector: a[href^="details.php?id="], a[href^="detailsgame.php?"] title_optional: optional: true - selector: a[title][href^="details.php?id="],a[title][href^="detailsgame.php?id="] + selector: a[title][href^="details.php?id="], a[title][href^="detailsgame.php?id="] attribute: title title: text: "{{ if .Result.title_optional }}{{ .Result.title_optional }}{{ else }}{{ .Result.title_default }}{{ end }}" details: - selector: a[href^="details.php?id="] + selector: a[href^="details.php?id="], a[href^="detailsgame.php?"] attribute: href download: selector: a[href^="download.php?id="]