Skip to content

Commit

Permalink
torrent9: 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 fca82c1 commit 2c9c403
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Jackett.Common/Definitions/torrent9.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2c9c403

Please sign in to comment.