mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
torrent9: season pack support. #9712
This commit is contained in:
parent
fca82c14e2
commit
2c9c403b83
1 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,12 @@ download:
|
|||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}/search_torrent/{{ .Keywords }}{{ else }}/top_torrent/{{ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue