1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 07:43:13 +00:00

Revert "internetarchive: comment unusable fl param"

This reverts commit 6682682fb1.
the parameter is working again now
This commit is contained in:
Garfield69 2024-10-29 13:25:24 +13:00
parent 9b0ea775c5
commit 27c03c1d14

View file

@ -63,8 +63,7 @@ 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 }}"
# disabled due to "invalid value ... for request parameter fl"
#fl[]: "identifier,title,mediatype,item_size,downloads,btih,publicdate"
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