Skip to content

Commit f1ed313

Browse files
committed
jackett indexers as of 1642ba6d050d1c4a8fd05e6a1564b9b9d1601fc1 [2025-01-17T15:27:32Z]
1 parent 7f6c7d9 commit f1ed313

File tree

1 file changed

+16
-30
lines changed

1 file changed

+16
-30
lines changed

definitions/v10/u2.yml

Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ search:
9797
search: "{{ .Keywords }}"
9898
# 0 incldead, 1 active, 2 dead
9999
incldead: 0
100-
# 0 all, 1 normal, 2 free, 3 2x, 4 2xfree, 5 50%, 6 2x50%, 7 30%, 8 custom promotion
100+
# 0 all, 1 normal, 2 free, 3 2x, 4 2xfree, 5 50%, 6 2x50%, 7 30%
101101
spstate: "{{ if .Config.freeleech }}2{{ else }}0{{ end }}"
102102
# 0 title, 1 descr, 3 uploader, 4 AniDB, 5 infohash
103103
search_area: 0
@@ -127,7 +127,7 @@ search:
127127
attribute: href
128128
date_elapsed:
129129
# time type: time elapsed (default)
130-
selector: td.rowfollow:nth-child(3) > time[title]
130+
selector: td.rowfollow:nth-child(4) > time[title]
131131
attribute: title
132132
optional: true
133133
filters:
@@ -137,7 +137,7 @@ search:
137137
args: "yyyy-MM-dd HH:mm:ss zzz"
138138
date_added:
139139
# time added
140-
selector: td.rowfollow:nth-child(3):not(time[title])
140+
selector: td.rowfollow:nth-child(4):not(time[title])
141141
optional: true
142142
filters:
143143
- name: append
@@ -147,42 +147,28 @@ search:
147147
date:
148148
text: "{{ if or .Result.date_elapsed .Result.date_added }}{{ or .Result.date_elapsed .Result.date_added }}{{ else }}now{{ end }}"
149149
size:
150-
selector: td.rowfollow:nth-child(4)
151-
seeders:
152150
selector: td.rowfollow:nth-child(5)
153-
leechers:
151+
seeders:
154152
selector: td.rowfollow:nth-child(6)
155-
grabs:
153+
leechers:
156154
selector: td.rowfollow:nth-child(7)
157-
downloadvolumefactor_custom:
158-
selector: td.embedded > img.arrowdown + b
159-
optional: true
160-
filters:
161-
- name: regexp
162-
args: (.*)X
163-
uploadvolumefactor_custom:
164-
selector: td.embedded > img.arrowup + b
165-
optional: true
166-
filters:
167-
- name: regexp
168-
args: (.*)X
155+
grabs:
156+
selector: td.rowfollow:nth-child(8)
169157
downloadvolumefactor:
170158
case:
171-
span.free: 0
172-
span.twoupfree: 0
173-
span.custompromotion: "{{ .Result.downloadvolumefactor_custom }}"
174-
span.halfdown: 0.5
175-
span.twouphalfdown: 0.5
176-
span.thirtypercent: 0.3
159+
img.pro_free: 0
160+
img.pro_free2up: 0
161+
img.pro_50pctdown: 0.5
162+
img.pro_50pctdown2up: 0.5
163+
img.pro_30pctdown: 0.3
177164
"*": 1
178165
uploadvolumefactor:
179166
case:
180-
span.twouphalfdown: 2
181-
span.twoupfree: 2
182-
span.twoup: 2
183-
span.custompromotion: "{{ .Result.uploadvolumefactor_custom }}"
167+
img.pro_50pctdown2up: 2
168+
img.pro_free2up: 2
169+
img.pro_2up: 2
184170
"*": 1
185171
description:
186172
selector: td:nth-child(2)
187-
remove: a, b, font, img, span
173+
remove: a, b, font, img
188174
# NexusPHP U2-Revision Standard v1.5 Beta 4

0 commit comments

Comments
 (0)