Skip to content

Commit ae19c2e

Browse files
ineednewpajamasaugustuen
authored andcommitted
jackett indexers as of eaa94697e812ec50bf7c69480b861a4941036756 [2026-04-21T01:48:13Z]
Modified Indexers: definitions/v11/f1gp.yml definitions/v11/funzone-api.yml definitions/v11/nekobt.yml definitions/v11/nexum-api.yml
1 parent 4adae2f commit ae19c2e

4 files changed

Lines changed: 24 additions & 6 deletions

File tree

definitions/v11/f1gp.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ caps:
2929
- {id: 21, cat: TV/Sport, desc: "UFC"}
3030
- {id: 22, cat: TV/Sport, desc: "MotoGP"}
3131
- {id: 23, cat: TV/Sport, desc: "Boxing"}
32-
- {id: 24, cat: Other, desc: "PDF"}
32+
- {id: 24, cat: Other, desc: "Magazines - Books"}
3333

3434
modes:
3535
search: [q]
@@ -124,25 +124,29 @@ search:
124124
args: src=(.+?) width
125125
- name: replace
126126
args: ["torrentimg/nocover.jpg", ""]
127+
_is_pdf:
128+
selector: a[href^="index.php?page=torrents&category=24"]
129+
attribute: href
130+
optional: true
127131
size:
128-
selector: td:nth-child(11)
132+
text: "{{ if .Result._is_pdf }}5MB{{ else }}5GB{{ end }}"
129133
date:
130134
# auto adjusted by site account profile
131-
selector: td:nth-child(6)
135+
selector: td:nth-child(5)
132136
filters:
133137
- name: dateparse
134138
args: "dd/MM/yyyy"
135139
seeders:
136-
selector: td:nth-child(7)
140+
selector: td:nth-child(6)
137141
optional: true
138142
default: 0
139143
leechers:
140144
optional: true
141-
selector: td:nth-child(8)
145+
selector: td:nth-child(7)
142146
default: 0
143147
grabs:
144148
optional: true
145-
selector: td:nth-child(9)
149+
selector: td:nth-child(8)
146150
default: 0
147151
downloadvolumefactor:
148152
case:

definitions/v11/funzone-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ caps:
2424
- {id: 12, cat: Movies/Other, desc: "Desene Animate"}
2525
- {id: 17, cat: Other, desc: "Other"}
2626
- {id: 18, cat: Other, desc: "Other"}
27+
- {id: 19, cat: Other, desc: "Other"}
2728

2829
modes:
2930
search: [q]

definitions/v11/nekobt.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ caps:
2020
movie-search: [q]
2121

2222
settings:
23+
- name: apikey
24+
type: text
25+
label: API Key (Optional)
26+
- name: info_key
27+
type: info
28+
label: About your API key
29+
default: "API key is optional. You can find or generate a new API Key by accessing your <a href=\"https://nekobt.to/\" target=\"_blank\">nekoBT</a> account settings page if needed."
2330
- name: incltags
2431
type: checkbox
2532
label: Include tags in titles.
@@ -85,6 +92,7 @@ search:
8592
inputs:
8693
t: search
8794
q: "{{ .Keywords }}"
95+
apikey: "{{ .Config.apikey }}"
8896
tvdbid: "{{ .Query.TVDBID }}"
8997
season: "{{ .Query.Season }}"
9098
ep: "{{ .Query.Ep }}"

definitions/v11/nexum-api.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ links:
1212
caps:
1313
# use https://nexum-core.com/api/v1/categories?apikey=YOUR-APIKEY for cat mappings, name is desc
1414
categorymappings:
15+
- {id: 10, cat: Books/EBook, desc: "eBooks"}
1516
- {id: 1, cat: Movies, desc: "Films"}
17+
- {id: 11, cat: Books/Comics, desc: "BD"}
1618
- {id: 2, cat: TV, desc: "Séries TV"}
19+
- {id: 12, cat: Books/Comics, desc: "Comics"}
1720
- {id: 3, cat: TV/Documentary, desc: "Documentaires"}
21+
- {id: 13, cat: Books/Comics, desc: "Mangas"}
22+
- {id: 13, cat: Books/Mags, desc: "Journaux"}
1823
- {id: 4, cat: TV/Anime, desc: "Animés"}
1924
- {id: 5, cat: TV/Other, desc: "Concerts / Spectacles"}
2025
- {id: 7, cat: TV/Sport, desc: "Sports"}

0 commit comments

Comments
 (0)