Skip to content

Commit

Permalink
jackett indexers as of c662037eac1aea77e3c086b1eadfa282b4395f89
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Apr 2, 2024
1 parent 003c574 commit f459409
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 13 deletions.
15 changes: 11 additions & 4 deletions definitions/v7/aither-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ settings:
type: checkbox
label: Search freeleech only
default: false
- name: single_file_release_use_filename
type: checkbox
label: Use filename as title for single file releases
default: true
- name: sort
type: select
label: Sort requested from site
Expand Down Expand Up @@ -94,7 +98,7 @@ search:
fields:
category:
selector: category_id
title:
title_optional:
selector: name
details:
selector: details_link
Expand All @@ -116,8 +120,6 @@ search:
genre:
selector: meta.genres
filters:
- name: re_replace
args: ["(?i)^None$", ""]
- name: re_replace
args: ["(?i)(Science Fiction)", "Science_Fiction"]
- name: re_replace
Expand Down Expand Up @@ -166,4 +168,9 @@ search:
minimumseedtime:
# 5 days (as seconds = 5 x 24 x 60 x 60)
text: 432000
# json UNIT3D 7.2.5
title_filename:
selector: "files[0].name"
optional: true
title:
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
# json UNIT3D 8.0.1
3 changes: 2 additions & 1 deletion definitions/v7/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: ru-RU
type: semi-private
encoding: windows-1251
links:
- https://rudub.xyz/
- https://02april.rudub.online/
legacylinks:
- http://baibako.tv/
- https://baibako.tv/
Expand All @@ -15,6 +15,7 @@ legacylinks:
- http://rudub.co/
- https://rudub.net/
- https://rudub.pw/
- https://rudub.xyz/

caps:
categorymappings:
Expand Down
3 changes: 2 additions & 1 deletion definitions/v7/torrent9clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.sbs/
- https://www.torrent9.sb/
- https://torrent9.unblockninja.com/
legacylinks:
- https://www.protege-liens.net/
Expand All @@ -31,6 +31,7 @@ legacylinks:
- https://www.torrent9.mn/
- https://www.torrent9.city/
- https://www.torrent9.gy/
- https://www.torrent9.sbs/

caps:
categorymappings:
Expand Down
4 changes: 2 additions & 2 deletions definitions/v7/vsttorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ language: en-US
type: public
encoding: UTF-8
links:
- https://looptorrent.net/
- https://vsttorrentz.net/
legacylinks:
- https://vsttorrents.net/
- https://vsttorrentz.net/
- https://looptorrent.net/

caps:
categories:
Expand Down
15 changes: 11 additions & 4 deletions definitions/v9/aither-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ settings:
type: checkbox
label: Search freeleech only
default: false
- name: single_file_release_use_filename
type: checkbox
label: Use filename as title for single file releases
default: true
- name: sort
type: select
label: Sort requested from site
Expand Down Expand Up @@ -100,7 +104,7 @@ search:
fields:
category:
selector: category_id
title:
title_optional:
selector: name
details:
selector: details_link
Expand All @@ -122,8 +126,6 @@ search:
genre:
selector: meta.genres
filters:
- name: re_replace
args: ["(?i)^None$", ""]
- name: re_replace
args: ["(?i)(Science Fiction)", "Science_Fiction"]
- name: re_replace
Expand Down Expand Up @@ -172,4 +174,9 @@ search:
minimumseedtime:
# 5 days (as seconds = 5 x 24 x 60 x 60)
text: 432000
# json UNIT3D 7.2.5
title_filename:
selector: "files[0].name"
optional: true
title:
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
# json UNIT3D 8.0.1
3 changes: 2 additions & 1 deletion definitions/v9/torrent9clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.sbs/
- https://www.torrent9.sb/
- https://torrent9.unblockninja.com/
legacylinks:
- https://www.protege-liens.net/
Expand All @@ -31,6 +31,7 @@ legacylinks:
- https://www.torrent9.mn/
- https://www.torrent9.city/
- https://www.torrent9.gy/
- https://www.torrent9.sbs/

caps:
categorymappings:
Expand Down

0 comments on commit f459409

Please sign in to comment.