diff --git a/src/Jackett.Common/Definitions/torrent9clone.yml b/src/Jackett.Common/Definitions/torrent9clone.yml index 6fb8811ac..8bc5ef795 100644 --- a/src/Jackett.Common/Definitions/torrent9clone.yml +++ b/src/Jackett.Common/Definitions/torrent9clone.yml @@ -89,7 +89,13 @@ download: search: paths: - - path: "{{ if .Keywords }}/recherche/{{ .Keywords }}{{else}}/top{{end}}" + - path: "{{ if .Keywords }}/recherche/{{ .Keywords }}{{ else }}/top{{ end }}" + keywordsfilters: + # if searching for season packs swith S01 to saison 1 #9712 + - name: re_replace + args: ["(?i)(S0)(\\d{1,2})$", "saison $2"] + - name: re_replace + args: ["(?i)(S)(\\d{1,3})$", "saison $2"] rows: selector: table.table-striped > tbody > tr