1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-15 07:25:47 +00:00

jackett indexers as of a6fa82ccb9d9a97dcfd5b6c7c5ccea2952566044 [2025-10-13T16:15:19Z]

Modified Indexers: definitions/v11/torrentcontrol.yml

jackett indexers as of a2d7173f60ae55b3af85ac5571f9b91a608076ac [2025-10-13T08:18:54Z]

Added Indexers: definitions/v11/torrentcontrol.yml

Modified Indexers: definitions/v11/rudub.yml

jackett indexers as of 3d20e6facfce343adc4366b8c3df5bbf6389e743 [2025-10-13T01:00:36Z]

Modified Indexers: definitions/v11/13city.yml
definitions/v11/1ptbar.yml
definitions/v11/discfan.yml
definitions/v11/freefarm.yml
definitions/v11/kufei.yml
definitions/v11/luckpt.yml
definitions/v11/oshenpt.yml
definitions/v11/ultrahd.yml
definitions/v11/zmpt.yml
This commit is contained in:
github-actions[bot]
2025-10-13 01:00:36 +00:00
committed by bakerboy448
parent 6b192a8fbf
commit 851ea78fdb
11 changed files with 130 additions and 12 deletions

View File

@@ -182,4 +182,4 @@ search:
description:
selector: td.rowfollow:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.9.6 2025-06-25
# NexusPHP v1.9.9 2025-10-02

View File

@@ -221,4 +221,4 @@ search:
description:
selector: td:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.9.7 2025-09-24
# NexusPHP v1.9.9 2025-10-02

View File

@@ -184,4 +184,4 @@ search:
args: "cat={{ .Result.category_title }} - "
minimumratio:
text: 0.9
# NexusPHP v1.9.7 2025-09-24
# NexusPHP v1.9.9 2025-10-02

View File

@@ -231,4 +231,4 @@ search:
filters:
- name: prepend
args: "{{ .Result.description_verified }} "
# NexusPHP v1.9.7 2025-09-24
# NexusPHP v1.9.9 2025-10-02

View File

@@ -200,4 +200,4 @@ search:
description:
selector: td:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.9.6 2025-06-25
# NexusPHP v1.9.9 2025-10-02

View File

@@ -182,4 +182,4 @@ search:
description:
selector: td.rowfollow:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.9.6 2025-06-25
# NexusPHP v1.9.9 2025-10-02

View File

@@ -192,4 +192,4 @@ search:
description:
selector: td:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.9.6 2025-06-25
# NexusPHP v1.9.8 2025-10-01

View File

@@ -9,10 +9,8 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://oct12.rudub.mom/
- https://oct13.rudub.mom/
legacylinks:
- https://sep28.rudub.bet/
- http://sep29.rudub.bet/
- https://sep29.rudub.bet/
- http://sep30.rudub.bet/
- https://sep30.rudub.bet/
@@ -41,6 +39,8 @@ legacylinks:
- http://oct11.rudub.mom/
- https://oct11.rudub.mom/
- http://oct12.rudub.mom/
- https://oct12.rudub.mom/
- http://oct13.rudub.mom/
caps:
categorymappings:
- {id: 1, cat: TV, desc: "TV"}

View File

@@ -0,0 +1,118 @@
---
id: torrentcontrol
name: TorrentControl (API)
description: "TorrentControl (API) is a Public Torrent Tracker for MOVIES / TV"
language: en-US
type: public
encoding: UTF-8
links:
- https://torrentcontrol.pw/
caps:
categorymappings:
- {id: movie, cat: Movies, desc: Movies}
- {id: series, cat: TV, desc: Series}
modes:
search: [q]
movie-search: [q]
tv-search: [q, season, ep]
settings: []
search:
paths:
# docs: https://torrentcontrol.pw/openapi.yaml
- path: api/v1/torrents
response:
type: json
inputs:
per_page: 100
search: "{{ .Keywords }}"
rows:
selector: data
# filters:
# - name: andmatch
fields:
category:
selector: type
_id:
selector: content_id
details:
text: "contents/{{ .Result._id }}"
_language:
selector: language
case:
fr: French
es: Spanish
it: Italian
latino: Latino
ru: Russian
"*": ""
title_default:
selector: title
title_file_name:
selector: file_name
optional: true
title_magnet:
selector: magnet_uri:contains(&dn=)
optional: true
filters:
- name: htmldecode
- name: querystring
args: dn
title:
text: "{{ if or .Result.title_file_name .Result.title_magnet }}{{ or .Result.title_file_name .Result.title_magnet }}{{ else }}{{ .Result.title_default }}{{ end }}"
filters:
- name: append
args: "{{ if .Result._language }} {{ .Result._language }}{{ else }}{{ end }}"
magnet:
selector: magnet_uri
filters:
- name: htmldecode
poster:
selector: poster_url
imdbid:
selector: imdb_id
tmdbid:
selector: tmdb_id
seeders_zero:
selector: seeders
seeders:
selector: seeders
filters:
- name: append
args: "{{ if eq .Result.seeders_zero \"0\" }}1{{ else }}{{ end }}"
leechers_zero:
selector: leechers
leechers:
selector: leechers
filters:
- name: append
args: "{{ if eq .Result.leechers_zero \"0\" }}1{{ else }}{{ end }}"
date:
# 2025-10-12T21:59:04.000000Z
selector: created_at
size_default:
selector: type
case:
movie: 9GB
series: 2GB
size_in_mb:
selector: size_in_mb
optional: true
size:
text: "{{ if .Result.size_in_mb }}{{ .Result.size_in_mb }}MB{{ else }}{{ .Result.size_default }}{{ end }}"
description:
selector: provider
filters:
- name: prepend
args: "provider: "
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# json api v1

View File

@@ -171,4 +171,4 @@ search:
description:
selector: td:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.9.7 2025-09-24
# NexusPHP v1.9.9 2025-10-02

View File

@@ -185,4 +185,4 @@ search:
filters:
- name: prepend
args: "{{ .Result.description_verified }} "
# NexusPHP v1.9.7 2025-09-24
# NexusPHP v1.9.9 2025-10-02