Skip to content

Commit

Permalink
jackett indexers as of 6682682fb1b7d611ae45be9f423f47aea412b9bb [2024…
Browse files Browse the repository at this point in the history
…-10-28T11:27:57Z]
  • Loading branch information
ServarrAdmin committed Oct 28, 2024
1 parent d8e0080 commit 42482ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definitions/v10/internetarchive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Check warning on line 67 in definitions/v10/internetarchive.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

67:6 [comments] missing starting space in comment
sort: "{{ if .Keywords }}{{ re_replace .Config.type \"_\" \"\" }}{{ .Config.sort }}{{ else }}-publicdate{{ end }}"
rows: 100
output: json
Expand Down

0 comments on commit 42482ab

Please sign in to comment.