Skip to content

Commit

Permalink
jackett indexers as of 6442b1e0e3a5c449c578186a5d1ba9ab8dfe88c4 [2024…
Browse files Browse the repository at this point in the history
…-10-11T17:01:36Z]
  • Loading branch information
ServarrAdmin committed Oct 11, 2024
1 parent 0ebc68d commit 18e934d
Show file tree
Hide file tree
Showing 70 changed files with 131 additions and 85 deletions.
1 change: 0 additions & 1 deletion definitions/v10/animelovers-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v10/denofsimps-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v10/infinity-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ caps:
search: [q]
music-search: [q, artist]

settings:
- name: cookie
type: text
label: Cookie
- name: info_cookie
type: info_cookie

login:
path: login.php
method: form
form: form[action="takelogin.php"]
method: cookie
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
submit: Вход
error:
- selector: td.embedded > div.error
cookie: "{{ .Config.cookie }}"
test:
path: browse.php
selector: span.bar_user_welcome
Expand Down
2 changes: 1 addition & 1 deletion definitions/v10/malayabits-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ search:
minimumseedtime:
# 1 day (as seconds = 1 x 24 x 60 x 60)
text: 86400
# json UNIT3D 8.2.0
# json UNIT3D 8.3.0
2 changes: 1 addition & 1 deletion definitions/v10/okpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ search:
filters:
- name: prepend
args: "{{ .Result.description_verified }} "
# NexusPHP v1.8.11 2024-03-27
# NexusPHP v1.8.13 2024-09-21
1 change: 0 additions & 1 deletion definitions/v10/privatesilverscreen-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
2 changes: 1 addition & 1 deletion definitions/v10/qingwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ search:
description:
selector: td.rowfollow:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.8.12 2024-04-24
# NexusPHP v1.8.13 2024-08-09
6 changes: 3 additions & 3 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://09october.rudub.online/
- https://11october.rudub.online/
legacylinks:
- https://rudub.online/
- https://10september.rudub.online/
- https://11september.rudub.online/
- https://12september.rudub.online/
- https://13september.rudub.online/
- https://14september.rudub.online/
Expand Down Expand Up @@ -41,6 +39,8 @@ legacylinks:
- https://06october.rudub.online/
- https://07october.rudub.online/
- https://08october.rudub.online/
- https://09october.rudub.online/
- https://10october.rudub.online/

caps:
categorymappings:
Expand Down
7 changes: 4 additions & 3 deletions definitions/v10/torrentqq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentqq336.com/
- https://torrentegg28.com/
- https://torrentqq337.com/
- https://torrentegg29.com/
legacylinks:
- https://torrentqq321.com/
- https://torrentqq322.com/
- https://torrentqq323.com/
- https://torrentqq324.com/
Expand All @@ -25,6 +24,8 @@ legacylinks:
- https://torrentqq333.com/
- https://torrentqq334.com/
- https://torrentqq335.com/
- https://torrentqq336.com/
- https://torrentegg28.com/

caps:
categorymappings:
Expand Down
2 changes: 1 addition & 1 deletion definitions/v10/ultrahd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ search:
description:
selector: td:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.8.13 2024-09-13
# NexusPHP v1.8.14 2024-10-04
1 change: 0 additions & 1 deletion definitions/v11/bitstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v11/bolly-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v11/chilebt-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
91 changes: 91 additions & 0 deletions definitions/v11/losslessclub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
id: losslessclub
name: LosslessClub
description: "LosslessClub is a RUSSIAN Private site for High Quality Music"
language: ru-RU
type: private
encoding: UTF-8
links:
- https://losslessclub.com/

caps:
categories:
1: Audio/Lossless

modes:
search: [q]
music-search: [q, artist]

settings:
- name: cookie
type: text
label: Cookie
- name: info_cookie
type: info_cookie

login:
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"
test:
path: browse.php
selector: span.bar_user_welcome

search:
paths:
- path: browse.php
inputs:
search: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
t: all

rows:
selector: div#releases-table > table > tbody > tr:has(a.browselink)

fields:
category:
text: 1
title:
selector: a.browselink
details:
selector: a.browselink
attribute: href
download:
selector: a[href^="download.php?id="]
attribute: href
poster:
selector: img.thumbnail
attribute: src
size:
selector: td:nth-child(5)
grabs:
optional: true
selector: td:nth-child(6) br + span
seeders:
selector: td:nth-child(6)
remove: br + span
filters:
- name: regexp
args: "([\\.\\d]+)\\s+\\|"
leechers:
selector: td:nth-child(6)
remove: br + span
filters:
- name: regexp
args: "\\|\\s*([\\.\\d]+)"
date:
selector: td:nth-child(7)
remove: a, i
filters:
- name: replace
args: ["by", ""]
- name: append
args: " +03:00" # MSK
- name: dateparse
args: "d/MM/yy zzz"
description:
selector: div.tag_list_browse
downloadvolumefactor:
text: 1
uploadvolumefactor:
text: 1
# engine tbd
1 change: 0 additions & 1 deletion definitions/v11/seedpool-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v11/upscalevault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v11/xperiencebytes-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v9/aither-api.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
3 changes: 1 addition & 2 deletions definitions/v9/animeworld-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down Expand Up @@ -199,4 +198,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.1.3
# json UNIT3D 8.1.3 (custom)
1 change: 0 additions & 1 deletion definitions/v9/capybarabr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/carpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ search:
description:
selector: td.rowfollow:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.8.13 2024-07-23
# NexusPHP v1.8.14 2024-09-24
1 change: 0 additions & 1 deletion definitions/v9/cinematik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v9/datascene-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v9/desitorrents-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ search:
- path: "/api/v1/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/discfan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ search:
args: "cat={{ .Result.category_title }} - "
minimumratio:
text: 0.9
# NexusPHP v1.8.12 2024-05-10
# NexusPHP v1.8.13 2024-09-21
1 change: 0 additions & 1 deletion definitions/v9/f1carreras-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/fearnopeer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ search:
# Maintain global ratio above 0.7 or downloads will get disabled. No MST.
minimumratio:
text: 0.71
# json UNIT3D 8.1.3
# json UNIT3D 8.3.0
1 change: 0 additions & 1 deletion definitions/v9/generationfree-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v9/hawke-uno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
1 change: 0 additions & 1 deletion definitions/v9/hd-unit3d-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/hdfans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ search:
filters:
- name: prepend
args: "{{ .Result.description_verified }} "
# NexusPHP v1.8.12 2024-06-13
# NexusPHP v1.8.14 2024-09-24
1 change: 0 additions & 1 deletion definitions/v9/hdtorrentsit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
2 changes: 1 addition & 1 deletion definitions/v9/itatorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.2.0 (custom)
# json UNIT3D 8.3.0 (custom)
1 change: 0 additions & 1 deletion definitions/v9/jme-reunit3d-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ search:
- path: "/api/torrents/filter"
response:
type: json
noResultsMessage: "No Torrents Found"

headers:
Authorization: ["Bearer {{ .Config.apikey }}"]
Expand Down
Loading

0 comments on commit 18e934d

Please sign in to comment.