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="]