piratbit: update search path (#14727)

This commit is contained in:
ilike2burnthing 2023-09-27 17:25:01 +01:00 committed by GitHub
parent 6e9a757424
commit 865895cb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -645,7 +645,7 @@ download:
search:
paths:
- path: tracker.php
- path: tracker/
method: post
inputs:
$raw: "{{ if .Categories }}{{ range .Categories }}f[]={{.}}&{{end}}{{ else }}f[]=-1{{ end }}"

View File

@ -656,7 +656,7 @@ login:
search:
paths:
- path: tracker.php
- path: tracker/
method: post
inputs:
$raw: "{{ if .Categories }}{{ range .Categories }}f[]={{.}}&{{end}}{{ else }}f[]=-1{{ end }}"