therarbg: fix fetching latest when using category filtering

This commit is contained in:
Bogdan 2024-10-08 20:29:11 +03:00
parent 816aba718e
commit d932195568
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ download:
search: search:
paths: 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: response:
type: json type: json