therarbg: fetch up to 100 results #14685

This commit is contained in:
Garfield69 2024-03-12 18:37:05 +13:00
parent e5f05602a8
commit 33ab197d59
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,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 }}/" - 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/"
rows: rows:
selector: table > tbody > tr selector: table > tbody > tr