mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
xbytes2: reorder keywordsfilters
resolves https://github.com/Prowlarr/Indexers/issues/360
This commit is contained in:
parent
1f67b5a38d
commit
9ae3c4b4c2
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,6 @@ login:
|
|||
search:
|
||||
path: index.php
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["(?i)S(\\d{1,2})E(\\d{1,2})", "S$1/E$2"]
|
||||
- name: re_replace
|
||||
args: ["(?i)(S0?1)(?![\\dE])", "Primera Temporada"]
|
||||
- name: re_replace
|
||||
|
@ -136,6 +134,8 @@ search:
|
|||
# Parse other seasons
|
||||
- name: re_replace
|
||||
args: ["(?i)(S(\\d{1,2}))(?![\\dE])", "Temporada"]
|
||||
- name: re_replace
|
||||
args: ["(?i)S(\\d{1,2})E(\\d{1,2})", "S$1/E$2"]
|
||||
inputs:
|
||||
page: torrents
|
||||
$raw: "&category={{ range .Categories }}{{.}};{{end}}"
|
||||
|
|
Loading…
Add table
Reference in a new issue