Skip to content

Commit

Permalink
jackett indexers as of 27c03c1d14dca20a964bc8776ab27125ba3b0392 [2024…
Browse files Browse the repository at this point in the history
…-10-29T11:45:02Z]
  • Loading branch information
ServarrAdmin committed Oct 29, 2024
1 parent 42482ab commit 3390c89
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion definitions/v10/capybarabr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.3.2 (custom)
# json UNIT3D 8.3.3 (custom)
2 changes: 1 addition & 1 deletion definitions/v10/hawke-uno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ search:
minimumseedtime:
# 5 days (as seconds = 5 x 24 x 60 x 60)
text: 432000
# json UNIT3D 5.3.0
# json UNIT3D 5.3.0 (custom 0.5.0)
3 changes: 1 addition & 2 deletions definitions/v10/internetarchive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://28october.rudub.online/
- https://29october.rudub.online/
legacylinks:
- https://rudub.online/
- https://29september.rudub.online/
- https://30september.rudub.online/
- https://01october.rudub.online/
- https://02october.rudub.online/
Expand Down Expand Up @@ -41,6 +40,7 @@ legacylinks:
- https://25october.rudub.online/
- https://26october.rudub.online/
- https://27october.rudub.online/
- https://28october.rudub.online/

caps:
categorymappings:
Expand Down

0 comments on commit 3390c89

Please sign in to comment.