mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
Revert "internetarchive: comment unusable fl param"
This reverts commit 6682682fb1
.
the parameter is working again now
This commit is contained in:
parent
9b0ea775c5
commit
27c03c1d14
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ search:
|
||||||
|
|
||||||
inputs:
|
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 }}"
|
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 }}"
|
sort: "{{ if .Keywords }}{{ re_replace .Config.type \"_\" \"\" }}{{ .Config.sort }}{{ else }}-publicdate{{ end }}"
|
||||||
rows: 100
|
rows: 100
|
||||||
output: json
|
output: json
|
||||||
|
|
Loading…
Reference in a new issue