Skip to content

Commit

Permalink
jackett indexers as of e23f44aa566b3b019087fd01ba84d32dca6e81e9
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Nov 6, 2023
1 parent 9f3f6f1 commit 1708a4c
Show file tree
Hide file tree
Showing 11 changed files with 82 additions and 27 deletions.
28 changes: 25 additions & 3 deletions definitions/v7/datascene-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,36 @@ legacylinks:

caps:
categorymappings:
- {id: 1, cat: Movies, desc: "Movie"}
- {id: 1, cat: Movies/HD, desc: "Movie HD"}
- {id: 2, cat: TV, desc: "TV"}
- {id: 3, cat: Audio, desc: "Music"}
- {id: 4, cat: PC/Games, desc: "Game"}
- {id: 5, cat: PC/0day, desc: "Application"}
- {id: 6, cat: XXX, desc: "18+"}
- {id: 6, cat: XXX, desc: "XXX"}
- {id: 7, cat: PC/Mobile-Other, desc: "Mobile"}
- {id: 8, cat: Books/EBook, desc: "E-Book"}
- {id: 9, cat: Movies, desc: "Movies Ro"}
- {id: 10, cat: TV/SD, desc: "TV SD Ro"}
- {id: 11, cat: Movies/UHD, desc: "Movies 4K"}
- {id: 12, cat: Movies/UHD, desc: "Movies 4K Ro"}
- {id: 13, cat: TV/Anime, desc: "Anime"}
- {id: 14, cat: Movies/BluRay, desc: "Movies Bluray"}
- {id: 15, cat: Movies/BluRay, desc: "Movies Bluray Ro"}
- {id: 16, cat: PC/Games, desc: "Games PC"}
- {id: 17, cat: Console, desc: "Games Console"}
- {id: 18, cat: TV/HD, desc: "TV HD Ro"}
- {id: 19, cat: Movies/SD, desc: "SD"}
- {id: 20, cat: Movies/SD, desc: "SD Ro"}
- {id: 21, cat: Audio/Video, desc: "Music Video"}
- {id: 22, cat: TV, desc: "TV Pack Ro"}
- {id: 23, cat: Movies/HD, desc: "Movies HD Ro"}
- {id: 24, cat: PC, desc: "Linux"}
- {id: 25, cat: TV/Sport, desc: "Sport"}
- {id: 26, cat: TV/SD, desc: "TV SD"}
- {id: 27, cat: TV/SD, desc: "DVD"}
- {id: 28, cat: TV/SD, desc: "DVD Ro"}
- {id: 29, cat: TV/UHD, desc: "TV 4K"}
- {id: 30, cat: TV/UHD, desc: "TV 4K Ro"}

modes:
search: [q]
Expand Down Expand Up @@ -169,4 +191,4 @@ search:
minimumseedtime:
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
# json UNIT3D 7.0.0
# json UNIT3D 7.0.3
1 change: 1 addition & 0 deletions definitions/v7/shareisland-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ caps:
- {id: 3, cat: Audio, desc: "Music"}
- {id: 7, cat: PC/Games, desc: "Games"}
- {id: 23, cat: PC, desc: "Software"}
- {id: 24, cat: TV/Sport, desc: "EVENTI SPORTIVI"}

modes:
search: [q]
Expand Down
4 changes: 4 additions & 0 deletions definitions/v7/tapochek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ settings:
- name: password
type: password
label: Password
- name: info_ymd
type: info
label: About the date
default: Before using this indexer please check on the Tapochek website that your account profile <b>Y-m-d</b> setting is <b>Y-m-d H:i</b>. If it is anything else then this indexer will generate a parse error and not return results.
- name: stripcyrillic
type: checkbox
label: Strip Cyrillic Letters
Expand Down
7 changes: 3 additions & 4 deletions definitions/v7/torrent9clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.ms/
- https://www.torrent9.ink/
- https://torrent9.nocensor.cloud/
- https://torrent9.mrunblock.bond/
legacylinks:
- https://www.torrent9.ps/
- http://ww2.torrent9.re/
- https://ww2.torrent9.re/
- http://ww5.torrent9.re/
- https://ww5.torrent9.re/
- https://torrent9.mrunblock.guru/ # redirects to 1337x
Expand All @@ -32,6 +29,8 @@ legacylinks:
- https://wwv.torrent9.moe/
- https://www.torrent9.pro/
- https://www.torrent9.gs/
- https://www.torrent9.ps/
- https://www.torrent9.ms/

caps:
categorymappings:
Expand Down
10 changes: 5 additions & 5 deletions definitions/v7/utopia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://utp.to/\" target=\"_blank\">UTOPIA</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://utp.to/\" target=\"_blank\">UTOPIA</a> account <i>My Settings</i> page and clicking on the <b>API Key</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
Expand Down Expand Up @@ -143,15 +143,15 @@ search:
100%: 0 # freeleech
"*": 0 # catch errors
uploadvolumefactor:
# api returns 0=false, 1=true
# api returns False, True
selector: double_upload
case:
0: 1 # normal
1: 2 # double
False: 1 # normal
True: 2 # double
# global MR is 0.4 but torrents must be seeded for 3 days regardless of ratio
# minimumratio:
# text: 0.4
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
# json UNIT3D 6.2.1
# json UNIT3D 7.0.3
28 changes: 25 additions & 3 deletions definitions/v9/datascene-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,36 @@ legacylinks:

caps:
categorymappings:
- {id: 1, cat: Movies, desc: "Movie"}
- {id: 1, cat: Movies/HD, desc: "Movie HD"}
- {id: 2, cat: TV, desc: "TV"}
- {id: 3, cat: Audio, desc: "Music"}
- {id: 4, cat: PC/Games, desc: "Game"}
- {id: 5, cat: PC/0day, desc: "Application"}
- {id: 6, cat: XXX, desc: "18+"}
- {id: 6, cat: XXX, desc: "XXX"}
- {id: 7, cat: PC/Mobile-Other, desc: "Mobile"}
- {id: 8, cat: Books/EBook, desc: "E-Book"}
- {id: 9, cat: Movies, desc: "Movies Ro"}
- {id: 10, cat: TV/SD, desc: "TV SD Ro"}
- {id: 11, cat: Movies/UHD, desc: "Movies 4K"}
- {id: 12, cat: Movies/UHD, desc: "Movies 4K Ro"}
- {id: 13, cat: TV/Anime, desc: "Anime"}
- {id: 14, cat: Movies/BluRay, desc: "Movies Bluray"}
- {id: 15, cat: Movies/BluRay, desc: "Movies Bluray Ro"}
- {id: 16, cat: PC/Games, desc: "Games PC"}
- {id: 17, cat: Console, desc: "Games Console"}
- {id: 18, cat: TV/HD, desc: "TV HD Ro"}
- {id: 19, cat: Movies/SD, desc: "SD"}
- {id: 20, cat: Movies/SD, desc: "SD Ro"}
- {id: 21, cat: Audio/Video, desc: "Music Video"}
- {id: 22, cat: TV, desc: "TV Pack Ro"}
- {id: 23, cat: Movies/HD, desc: "Movies HD Ro"}
- {id: 24, cat: PC, desc: "Linux"}
- {id: 25, cat: TV/Sport, desc: "Sport"}
- {id: 26, cat: TV/SD, desc: "TV SD"}
- {id: 27, cat: TV/SD, desc: "DVD"}
- {id: 28, cat: TV/SD, desc: "DVD Ro"}
- {id: 29, cat: TV/UHD, desc: "TV 4K"}
- {id: 30, cat: TV/UHD, desc: "TV 4K Ro"}

modes:
search: [q]
Expand Down Expand Up @@ -175,4 +197,4 @@ search:
minimumseedtime:
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
# json UNIT3D 7.0.0
# json UNIT3D 7.0.3
8 changes: 6 additions & 2 deletions definitions/v9/hellashut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,15 @@ settings:

login:
path: account-login.php
method: post
method: form
form: form[action="account-login.php"]
captcha:
type: image
selector: img[src="captcha.php?ext=.gif"]
input: captcha
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
returnto: /
error:
- selector: td.embedded:contains("Access Denied")
test:
Expand Down
1 change: 1 addition & 0 deletions definitions/v9/shareisland-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ caps:
- {id: 3, cat: Audio, desc: "Music"}
- {id: 7, cat: PC/Games, desc: "Games"}
- {id: 23, cat: PC, desc: "Software"}
- {id: 24, cat: TV/Sport, desc: "EVENTI SPORTIVI"}

modes:
search: [q]
Expand Down
9 changes: 4 additions & 5 deletions definitions/v9/torrent9clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.ms/
- https://www.torrent9.ink/
- https://torrent9.nocensor.cloud/
- https://torrent9.mrunblock.bond/
legacylinks:
- https://www.torrent9.ps/
- http://ww2.torrent9.re/
- https://ww2.torrent9.re/
- http://ww5.torrent9.re/
- https://ww5.torrent9.re/
- https://torrent9.mrunblock.guru/ # redirects to 1337x
Expand All @@ -32,6 +29,8 @@ legacylinks:
- https://wwv.torrent9.moe/
- https://www.torrent9.pro/
- https://www.torrent9.gs/
- https://www.torrent9.ps/
- https://www.torrent9.ms/

caps:
categorymappings:
Expand All @@ -58,7 +57,7 @@ settings:
- name: flaresolverr
type: info
label: FlareSolverr
default: This site may use Cloudflare DDoS Protection, therefore Prowlarr requires FlareSolverr to access it.
default: This site may use Cloudflare DDoS Protection, therefore Jackett requires <a href="https://github.com/Jackett/Jackett#configuring-flaresolverr" target="_blank">FlareSolverr</a> to access it.
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name
Expand Down
3 changes: 3 additions & 0 deletions definitions/v9/ultra-hd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,7 @@ search:
case:
False: 1 # normal
True: 2 # double
minimumseedtime:
# 1 day (as seconds = 24 x 60 x 60)
text: 86400
# json UNIT3D 7.0.0
10 changes: 5 additions & 5 deletions definitions/v9/utopia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ settings:
- name: info_key
type: info
label: About your API key
default: "Find or Generate a new API Token by accessing your <a href=\"https://utp.to/\" target=\"_blank\">UTOPIA</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
default: "Find or Generate a new API Token by accessing your <a href=\"https://utp.to/\" target=\"_blank\">UTOPIA</a> account <i>My Settings</i> page and clicking on the <b>API Key</b> tab."
- name: freeleech
type: checkbox
label: Search freeleech only
Expand Down Expand Up @@ -149,15 +149,15 @@ search:
100%: 0 # freeleech
"*": 0 # catch errors
uploadvolumefactor:
# api returns 0=false, 1=true
# api returns False, True
selector: double_upload
case:
0: 1 # normal
1: 2 # double
False: 1 # normal
True: 2 # double
# global MR is 0.4 but torrents must be seeded for 3 days regardless of ratio
# minimumratio:
# text: 0.4
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
# json UNIT3D 6.2.1
# json UNIT3D 7.0.3

0 comments on commit 1708a4c

Please sign in to comment.