mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
therarbg: fix fetching latest when using category filtering
This commit is contained in:
parent
816aba718e
commit
d932195568
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ download:
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "get-posts/order:{{ .Config.sort }}{{ range .Categories }}:category:{{.}}{{end}}{{ if or .Query.IMDBID .Keywords }}:keywords:{{ or .Query.IMDBID .Keywords }}{{ else }}{{ end }}:paginate_by:100:format:json/"
|
||||
- path: "get-posts/order:{{ .Config.sort }}{{ range .Categories }}:category:{{.}}{{end}}{{ if or .Query.IMDBID .Keywords }}:keywords:{{ or .Query.IMDBID .Keywords }}{{ else }}:time:10D{{ end }}:paginate_by:100:format:json/"
|
||||
response:
|
||||
type: json
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue