mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
racingforme: code tidy
This commit is contained in:
@@ -185,11 +185,11 @@ search:
|
|||||||
paths:
|
paths:
|
||||||
# only 20 results per page
|
# only 20 results per page
|
||||||
# https://www.racingfor.me/search/truck?c=-1&ob=sz_desc&offset=20#results
|
# https://www.racingfor.me/search/truck?c=-1&ob=sz_desc&offset=20#results
|
||||||
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{else}}*{{end}}"
|
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{ else }}*{{ end }}"
|
||||||
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{else}}*{{end}}"
|
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{ else }}*{{ end }}"
|
||||||
inputs:
|
inputs:
|
||||||
offset: 20
|
offset: 20
|
||||||
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{else}}*{{end}}"
|
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{ else }}*{{ end }}"
|
||||||
inputs:
|
inputs:
|
||||||
offset: 40
|
offset: 40
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
|
Reference in New Issue
Block a user