torrent9clone publuc -> torrent9-tel private. resolves #15217

This commit is contained in:
Garfield69 2024-06-07 07:23:16 +12:00
parent 32634a37b2
commit 2a5f3ab198
3 changed files with 28 additions and 5 deletions

View File

@ -119,7 +119,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* torrent.by
* torrent-pirat
* Torrent9
* Torrent9 clone
* Torrent911
* TorrentFunk
* TorrentDownloads
@ -585,6 +584,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* Torrent-Syndikat [![(invite needed)][inviteneeded]](#)
* TOrrent-tuRK (TORK)
* Torrent.LT
* Torrent9-tel
* TorrentBD
* TorrentBytes (TBy) [![(invite needed)][inviteneeded]](#)
* TorrentCCF (TCCF)

View File

@ -1,9 +1,9 @@
---
id: torrent9clone
name: Torrent9 clone
description: "Torrent9 clone is a FRENCH Public Torrent9 clone for TV / MOVIES / GENERAL"
id: torrent9-tel
name: Torrent9-tel
description: "Torrent9-tel is a FRENCH Private tracker for TV / MOVIES / GENERAL"
language: fr-FR
type: public
type: private
encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
@ -60,6 +60,12 @@ caps:
allowrawsearch: true
settings:
- name: username
type: text
label: Username
- name: password
type: password
label: Password
- name: info_flaresolverr
type: info_flaresolverr
- name: multilang
@ -82,6 +88,22 @@ settings:
label: Replace VOSTFR and SUBFRENCH with ENGLISH
default: false
login:
path: login
method: form
form: form#formLogin
inputs:
user: "{{ .Config.username }}"
pass: "{{ .Config.password }}"
submit: submit
error:
- selector: :root:contains("Pseudo ou Mot de passe erron")
message:
text: "Pseudo ou Mot de passe erroné"
test:
path: /
selector: a[href="/index.php?page=logout"]
download:
selectors:
- selector: a[href^="magnet:?"]

View File

@ -64,6 +64,7 @@ namespace Jackett.Common.Services
{"tehconnectionme", "anthelion"},
{"anthelion", "anthelion-api"},
{"todotorrents", "dontorrent"},
{"torrent9clone", "torrent9-tel"},
{"torrentgalaxyorg", "torrentgalaxy"},
{"torrentsurf", "xtremebytes"},
{"transmithenet", "nebulance"},