Skip to content

Commit 1b7bc22

Browse files
jackett indexers as of 9b9b3a4deef7ea7007788420c02d4cf7d0fb7b98
1 parent 92ed009 commit 1b7bc22

31 files changed

+280
-329
lines changed

definitions/v7/1337x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ links:
1313
- https://x1337x.eu/
1414
- https://x1337x.se/
1515
- https://1337x.so/
16-
- https://1337x.unblockit.ing/
16+
- https://1337x.unblockit.date/
1717
- https://1337x.ninjaproxy1.com/
1818
- https://1337x.mrunblock.bond/
1919
legacylinks:
@@ -22,7 +22,6 @@ legacylinks:
2222
- https://1337x.nocensor.biz/
2323
- https://1337x.gd/
2424
- https://1337x.nocensor.sbs/
25-
- https://1337x.unblockit.cat/
2625
- https://1337x.unblockit.nz/
2726
- https://1337x.nocensor.world/
2827
- https://1337x.unblockit.page/
@@ -43,6 +42,7 @@ legacylinks:
4342
- https://1337x.unblockit.esq/
4443
- https://1337x.unblockit.zip/
4544
- https://1337x.unblockit.foo/
45+
- https://1337x.unblockit.ing/
4646

4747
caps:
4848
categorymappings:

definitions/v7/brsociety-api.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ settings:
3030
- name: info_key
3131
type: info
3232
label: About your API key
33-
default: "Find or Generate a new API Token by accessing your <a href=\"https://brsociety.club/\" target=\"_blank\">BrSociety</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
33+
default: "Find or Generate a new API Token by accessing your <a href=\"https://brsociety.club/\" target=\"_blank\">BrSociety</a> account <i>My Settings</i> page and clicking on the <b>API Key</b> tab."
3434
- name: freeleech
3535
type: checkbox
3636
label: Search freeleech only
@@ -130,14 +130,15 @@ search:
130130
100%: 0 # freeleech
131131
"*": 0 # catch errors
132132
uploadvolumefactor:
133-
# api returns 0=false, 1=true
133+
# api returns False, True
134134
selector: double_upload
135135
case:
136-
0: 1 # normal
137-
1: 2 # double
138-
minimumratio:
139-
text: 1.0
136+
False: 1 # normal
137+
True: 2 # double
138+
# global MR is 0.7 but torrents must be seeded for 4 days regardless of ratio
139+
# minimumratio:
140+
# text: 0.7
140141
minimumseedtime:
141142
# 4 days (as seconds = 4 x 24 x 60 x 60)
142143
text: 345600
143-
# json UNIT3D 6.5.0 (custom)
144+
# json UNIT3D 7.1.3 (custom)

definitions/v7/cpabien.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,28 @@ search:
7676
story: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ end }}"
7777
# does not support imdbid search and does not return imdb link in results.
7878
keywordsfilters:
79-
# if searching for season packs swith S01 to saison 1 #9712
79+
# if searching for season packs with S01 to saison 1 #9712
8080
- name: re_replace
81-
args: ["(?i)(S0)(\\d{1,2})$", "saison $2"]
82-
- name: re_replace
83-
args: ["(?i)(S)(\\d{1,3})$", "saison $2"]
81+
args: ["(?i)\\b(?:S0?)(\\d{1,3})\\b", "saison $1"]
8482

8583
rows:
86-
selector: div#gauche > table > tbody > tr:has(a), div#dle-content > table > tbody > tr:has(a)
84+
selector: div#gauche > table > tbody > tr:has(a), div#dle-content > a.cover2
8785

8886
fields:
8987
category:
9088
text: Other
91-
title_phase1:
89+
title_phase1_title:
90+
selector: a
91+
title_phase1_url:
9292
selector: a
93+
attribute: href
94+
filters:
95+
- name: regexp
96+
args: torrents\d+\/(.+?)\/
97+
- name: replace
98+
args: ["-", " "]
99+
title_phase1:
100+
text: "{{ if .Result.title_phase1_title }}{{ .Result.title_phase1_title }}{{ else }}{{ .Result.title_phase1_url }}{{ end }}"
93101
filters:
94102
- name: re_replace
95103
args: ["(?i)\\b(FRENCH|MULTI|TRUEFRENCH|VOSTFR|SUBFRENCH)\\b(.+?)(\\b(19|20\\d{2})\\b)$", "$3 $1$2"]
@@ -113,8 +121,14 @@ search:
113121
download:
114122
selector: a
115123
attribute: href
116-
size:
124+
poster:
125+
selector: img
126+
attribute: src
127+
size_optional:
117128
selector: div.poid
129+
optional: true
130+
size:
131+
text: "{{ if .Result.size_optional }}{{ .Result.size_optional }}{{ else }}512 MB{{ end }}"
118132
date:
119133
text: now
120134
seeders_optional:

definitions/v7/demonoid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ links:
99
- https://www.demonoid.is/
1010
- https://www.dnoid.to/
1111
- https://www.dnoid.pw/
12-
- https://demonoid.unblockit.ing/
12+
- https://demonoid.unblockit.date/
1313
- https://demonoid.torrentbay.net/
1414
- https://demonoid.mrunblock.bond/
1515
- https://demonoid.nocensor.cloud/
1616
legacylinks:
1717
- https://demonoid.nocensor.biz/
1818
- https://demonoid.nocensor.sbs/
19-
- https://demonoid.unblockit.cat/
2019
- https://demonoid.unblockit.nz/
2120
- https://demonoid.nocensor.world/
2221
- https://demonoidevmsgasmojajlhikwetsr4pxzw6xkjt3dgdv6nr5yxvsamid.onion.ws/
@@ -43,6 +42,7 @@ legacylinks:
4342
- https://demonoid.unblockit.esq/
4443
- https://demonoid.unblockit.zip/
4544
- https://demonoid.unblockit.foo/
45+
- https://demonoid.unblockit.ing/
4646

4747
caps:
4848
categorymappings:

definitions/v7/extratorrent-st.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ type: public
77
encoding: UTF-8
88
links:
99
- https://extratorrent.st/
10-
- https://extratorrent.unblockit.ing/
10+
- https://extratorrent.unblockit.date/
1111
- https://extratorrent.mrunblock.bond/
1212
- https://extratorrent.nocensor.cloud/
1313
legacylinks:
1414
- https://extratorrent.nocensor.work/
1515
- https://extratorrent.nocensor.biz/
1616
- https://extratorrent.nocensor.sbs/
17-
- https://extratorrent.unblockit.cat/
1817
- https://extratorrent.unblockit.nz/
1918
- https://extratorrent.nocensor.world/
2019
- https://extratorrent.unblockit.page/
@@ -35,6 +34,7 @@ legacylinks:
3534
- https://extratorrent.unblockit.esq/
3635
- https://extratorrent.unblockit.zip/
3736
- https://extratorrent.unblockit.foo/
37+
- https://extratorrent.unblockit.ing/
3838

3939
caps:
4040
categorymappings:

definitions/v7/eztv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ links:
1111
- https://eztv.tf/
1212
- https://eztv.yt/
1313
- https://eztv1.xyz/
14-
- https://eztv.unblockit.ing/
14+
- https://eztv.unblockit.date/
1515
- https://eztv.unblockninja.com/
1616
- https://eztv.mrunblock.bond/
1717
- https://eztv.nocensor.cloud/
@@ -22,7 +22,6 @@ legacylinks:
2222
- https://eztv.io/
2323
- https://eztv.nocensor.biz/
2424
- https://eztv.nocensor.sbs/
25-
- https://eztv.unblockit.cat/
2625
- https://eztv.unblockit.nz/
2726
- https://eztv.nocensor.world/
2827
- https://eztv.unblockit.page/
@@ -45,6 +44,7 @@ legacylinks:
4544
- https://eztv.re/
4645
- https://eztv.li/
4746
- https://eztv.unblockit.foo/
47+
- https://eztv.unblockit.ing/
4848

4949
caps:
5050
categories:

definitions/v7/fluxzone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Flux-Zone
44
description: "Flux-Zone is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL"
55
language: ro-RO
66
type: private
7-
encoding: utf-8
7+
encoding: UTF-8
88
links:
99
- http://fluxzone.org/
1010
legacylinks:

definitions/v7/glodls.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ type: public
77
encoding: UTF-8
88
links:
99
- https://glodls.to/
10-
- https://www.gtdb.to/
11-
- https://glotorrents.unblockit.ing/
10+
- https://gtso.cc/
11+
- https://glotorrents.unblockit.date/
1212
- https://glotorrents.mrunblock.bond/
1313
- https://glodls.unblockninja.com/
1414
- https://glotorrents.nocensor.cloud/
@@ -17,7 +17,6 @@ legacylinks:
1717
- https://gtdb.to/
1818
- https://glotorrents.nocensor.biz/
1919
- https://glotorrents.nocensor.sbs/
20-
- https://glotorrents.unblockit.cat/
2120
- https://glotorrents.unblockit.nz/
2221
- https://glotorrents.nocensor.world/
2322
- https://glotorrents.unblockit.page/
@@ -39,6 +38,8 @@ legacylinks:
3938
- https://glotorrents.unblockit.esq/
4039
- https://glotorrents.unblockit.zip/
4140
- https://glotorrents.unblockit.foo/
41+
- https://glotorrents.unblockit.ing/
42+
- https://www.gtdb.to/
4243

4344
caps:
4445
categorymappings:

definitions/v7/hd-club.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: hd-club
33
name: HD-CLUB
4-
description: "HD-CLUB is a CZECH Semi-Private site for TV / MOVIES / GENERAL"
4+
description: "HD-CLUB is a CZECH Private site for TV / MOVIES / GENERAL"
55
language: cs-CZ
6-
type: semi-private
6+
type: private
77
encoding: UTF-8
88
links:
99
- https://freecztorrent.eu/

definitions/v7/isohunt2.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ search:
7878
selector: table > tbody > tr[data-key="0"]
7979

8080
fields:
81+
categorydesc:
82+
selector: a[href^="/torrents/?iht="]
8183
title:
8284
selector: td.title-row > a[href^="/"] > span
8385
details:
@@ -92,18 +94,6 @@ search:
9294
selector: td.sn
9395
date:
9496
selector: td.date-row
95-
category:
96-
selector: td.category-row > span
97-
case:
98-
"span[title=\"anime\"]": 1
99-
"span[title=\"software\"]": 2
100-
"span[title=\"games\"]": 3
101-
"span[title=\"adult\"]": 4
102-
"span[title=\"movies\"]": 5
103-
"span[title=\"music\"]": 6
104-
"span[title=\"other\"]": 7
105-
"span[title=\"seriestv\"]": 8
106-
"span[title=\"books\"]": 9
10797
downloadvolumefactor:
10898
text: 0
10999
uploadvolumefactor:

0 commit comments

Comments
 (0)