Skip to content

Commit

Permalink
jackett indexers as of a89820af21ff3632595d886d8e071466691fc780 [2024…
Browse files Browse the repository at this point in the history
…-10-09T10:08:12Z]
  • Loading branch information
ServarrAdmin committed Oct 9, 2024
1 parent 0257197 commit 6499a15
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions definitions/v9/desitorrents-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ search:
- path: "/api/v1/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 1 addition & 0 deletions definitions/v9/hawke-uno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ login:
- selector: a[href*="/login"]
message:
text: "The API key was not accepted by {{ .Config.sitelink }}."
- selector: :root:contains("Account is Banned")

search:
paths:
Expand Down
11 changes: 11 additions & 0 deletions definitions/v9/hdonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ settings:
type: checkbox
label: Include DV/HDR10 in filename when a release has multiple HDR formats.
default: false
- name: add_version_francophone_to_title
type: checkbox
label: Append Version Francophone flags to titles if available (VFF, VFQ, VFI, VF)
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name
Expand Down Expand Up @@ -251,6 +254,14 @@ search:
args: "{{ if or (eq .Result._vff \"True\") (eq .Result._vfq \"True\") }}.MULTI{{ else }}{{ end }}{{ if or (eq .Result._vfi \"True\") (eq .Result._vf \"True\") }}.MULTI{{ else }}{{ end }}"
- name: replace
args: [".MULTI.MULTI", ".MULTI"]
- name: append
args: "{{ if and (.Config.add_version_francophone_to_title) (eq .Result._vff \"True\") }}.VFF{{ else }}{{ end }}"
- name: append
args: "{{ if and (.Config.add_version_francophone_to_title) (eq .Result._vfq \"True\") }}.VFQ{{ else }}{{ end }}"
- name: append
args: "{{ if and (.Config.add_version_francophone_to_title) (eq .Result._vfi \"True\") }}.VFI{{ else }}{{ end }}"
- name: append
args: "{{ if and (.Config.add_version_francophone_to_title) (eq .Result._vf \"True\") }}.VF{{ else }}{{ end }}"
- name: append
args: "{{ if eq .Result._vof \"True\" }}.FRENCH{{ else }}{{ end }}"
- name: re_replace
Expand Down
1 change: 1 addition & 0 deletions definitions/v9/jptv-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ login:
- selector: a[href*="/login"]
message:
text: "The API key was not accepted by {{ .Config.sitelink }}."
- selector: :root:contains("Account is Banned")

search:
paths:
Expand Down
1 change: 1 addition & 0 deletions definitions/v9/theoldschool-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ login:
- selector: a[href*="/login"]
message:
text: "The API key was not accepted by {{ .Config.sitelink }}."
- selector: :root:contains("Account is Banned")

search:
paths:
Expand Down
1 change: 1 addition & 0 deletions definitions/v9/torrentseeds-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ login:
- selector: a[href*="/login"]
message:
text: "The API key was not accepted by {{ .Config.sitelink }}."
- selector: :root:contains("Account is Banned")

search:
paths:
Expand Down

0 comments on commit 6499a15

Please sign in to comment.