1
0
Fork 0
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:
ilike2burnthing 2023-08-28 16:53:47 +01:00 committed by GitHub
parent 1f67b5a38d
commit 9ae3c4b4c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}"