mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 21:26:08 +00:00
parent
2ae92864a5
commit
6682682fb1
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ search:
|
|||
|
||||
inputs:
|
||||
q: "{{ if and .Config.titleOnly .Keywords }}title:({{ else }}{{ end }}{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}{{ if and .Config.titleOnly .Keywords }}){{ else }}{{ end }}{{ if .Keywords }} AND {{ else }}{{ end }}format:(\"Archive BitTorrent\"){{ if .Categories }} AND mediatype:({{ join .Categories \" OR \" }}){{ else }}{{ end }}"
|
||||
fl[]: "identifier,title,mediatype,item_size,downloads,btih,publicdate"
|
||||
# disabled due to "invalid value ... for request parameter fl"
|
||||
#fl[]: "identifier,title,mediatype,item_size,downloads,btih,publicdate"
|
||||
sort: "{{ if .Keywords }}{{ re_replace .Config.type \"_\" \"\" }}{{ .Config.sort }}{{ else }}-publicdate{{ end }}"
|
||||
rows: 100
|
||||
output: json
|
||||
|
|
Loading…
Reference in a new issue