1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-02 21:26:08 +00:00

internetarchive: comment unusable fl param

Closes #14180
This commit is contained in:
Bogdan 2024-10-28 13:27:11 +02:00
parent 2ae92864a5
commit 6682682fb1

View file

@ -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