Skip to content

Commit

Permalink
oxtorrent: season pack support. #9712
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 21, 2020
1 parent d640db6 commit fca82c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Jackett.Common/Definitions/oxtorrent.yml
Expand Up @@ -80,7 +80,13 @@ download:

search:
paths:
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{else}}{{end}}"
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{ else }}{{ 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-hover > tbody > tr:has(a[href*="torrent/"])
Expand Down

0 comments on commit fca82c1

Please sign in to comment.