Skip to content

Commit

Permalink
jackett indexers as of 2ae92864a5bf2eaf59794831b41fc90f5aee4f7d [2024…
Browse files Browse the repository at this point in the history
…-10-28T06:26:54Z]
  • Loading branch information
ServarrAdmin committed Oct 28, 2024
1 parent f0bf07a commit d8e0080
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 385 deletions.
2 changes: 1 addition & 1 deletion definitions/v10/aither-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ search:
minimumseedtime:
# 5 days (as seconds = 5 x 24 x 60 x 60)
text: 432000
# json UNIT3D 8.3.1 (custom)
# json UNIT3D 8.3.2 (custom)
2 changes: 1 addition & 1 deletion definitions/v10/blutopia-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.3.2
# json UNIT3D 8.3.3
32 changes: 13 additions & 19 deletions definitions/v10/byrutor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,44 +356,32 @@ search:

rows:
# results without sizes are just pre-release announcements
selector: div.short_search:has(div.shor_subtitles span:nth-child(2):contains(" "))
selector: a.search_res:has(div.search_res_sub span:nth-child(2):contains(" "))

fields:
category:
text: 1
year:
selector: div.shor_subtitles span
selector: div.search_res_sub span
filters:
- name: regexp
args: (\d+)
title:
selector: div.short_titles > a
selector: a.search_res
filters:
- name: append
args: " [{{ .Result.year }}]"
details:
selector: div.short_titles > a
selector: a.search_res
attribute: href
download:
selector: div.short_titles > a
selector: a.search_res
attribute: href
poster:
selector: img
attribute: src
date:
selector: img
attribute: src
filters:
- name: regexp
args: ".*/(\\d{4}-\\d{2})/.*"
- name: dateparse
args: "yyyy-MM"
seeders:
text: 1
leechers:
text: 1
size_rus:
selector: div.shor_subtitles span:nth-child(2):contains("Б")
selector: div.search_res_sub span:nth-child(2):contains("Б")
optional: true
default: "0 B"
filters:
Expand All @@ -406,9 +394,15 @@ search:
- name: replace
args: ["КБ", "KB"]
size:
selector: div.shor_subtitles span:nth-child(2):contains("B")
selector: div.search_res_sub span:nth-child(2):contains("B")
optional: true
default: "{{ .Result.size_rus }}"
date:
text: now
seeders:
text: 1
leechers:
text: 1
downloadvolumefactor:
text: 0
uploadvolumefactor:
Expand Down
4 changes: 4 additions & 0 deletions definitions/v10/dark-shadow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ caps:
book-search: [q]

settings:
- name: info_password
type: info
label: About Password Expiry
default: "Dark Shadow has an <b>8 week Password Expiry</b> regime. So if the Indexer has stopped working then the first thing you should do is check if your password has expired by login to the WEB site, and if necessary use the <b>Passwort anfordern</b> (<i>Request password</i>) button to renew it."
- name: username
type: text
label: Username
Expand Down
2 changes: 1 addition & 1 deletion definitions/v10/exitorrent-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ search:
# 0 all, 1 active, 2 dead
incldead: 0
# 0 all, 1 polish, 5 dubbed, 6 subs, 2 non-polish, 3 freeleech, 4 highlighted
polish: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
polish: "{{ if .Config.freeleech }}3{{ else }}0{{ end }}"
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"

Expand Down
3 changes: 1 addition & 2 deletions definitions/v10/fearnopeer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down Expand Up @@ -187,4 +186,4 @@ search:
# Maintain global ratio above 0.7 or downloads will get disabled. No MST.
minimumratio:
text: 0.71
# json UNIT3D 8.3.0
# json UNIT3D 8.3.3
2 changes: 1 addition & 1 deletion definitions/v10/hd-unit3d-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ search:
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
# json UNIT3D 8.3.1
# json UNIT3D 8.3.2
2 changes: 1 addition & 1 deletion definitions/v10/hdzero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ search:
minimumseedtime:
# 5 days (as seconds = 5 x 24 x 60 x 60)
text: 432000
# json UNIT3D 8.2.0
# json UNIT3D 8.3.2
160 changes: 0 additions & 160 deletions definitions/v10/knaben.yml

This file was deleted.

19 changes: 14 additions & 5 deletions definitions/v10/nusantarare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ settings:
type: checkbox
label: Search freeleech only
default: false
- name: novip
type: checkbox
label: Hide VIP releases
default: true
- name: sort
type: select
label: Sort requested from site
Expand Down Expand Up @@ -105,7 +109,7 @@ search:
notnewword: 1

rows:
selector: table.torrents > tbody > tr:has(table.torrentname)
selector: "table.torrents > tbody > tr:has(table.torrentname){{ if .Config.novip }}:not(:has(img[src=\"pic/ico_exclu.gif\"])){{ else }}{{ end }}"

fields:
category:
Expand All @@ -116,11 +120,16 @@ search:
args: cat
title_default:
selector: a[href^="details.php?id="]
title:
title_title:
selector: a[title][href^="details.php?id="]
attribute: title
optional: true
default: "{{ .Result.title_default }}"
_isvip:
selector: table.torrentname:has(img[src="pic/ico_exclu.gif"])
optional: true
title:
text: "{{ .Result.title_title }}{{ if .Result._isvip }} [VIP]{{ else }}{{ end }}"
details:
selector: a[href^="details.php?id="]
attribute: href
Expand Down Expand Up @@ -159,12 +168,12 @@ search:
downloadvolumefactor:
case:
img[src="pic/ico_free.gif"]: 0
img[src="/pic/ico_half.gif"]: 0.5
img[src="/pic/ico_third.gif"]: 0.3
img[src="pic/ico_half.gif"]: 0.5
img[src="pic/ico_third.gif"]: 0.3
"*": 1
uploadvolumefactor:
case:
img[src="/pic/2x.gif"]: 2
img[src="pic/2x.gif"]: 2
"*": 1
minimumratio:
text: 1.0
Expand Down
5 changes: 5 additions & 0 deletions definitions/v10/oldgreektracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,9 @@ search:
case:
img[src$="/x2.gif"]: 2
"*": 1
minimumratio:
text: 1.0
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
# TS Special Edition v.8.0
2 changes: 1 addition & 1 deletion definitions/v10/onlyencodes-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ search:
minimumseedtime:
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
# json UNIT3D 8.3.1
# json UNIT3D 8.3.2
Loading

0 comments on commit d8e0080

Please sign in to comment.