mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrent9clone publuc -> torrent9-tel private. resolves #15217
This commit is contained in:
@@ -119,7 +119,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* torrent.by
|
* torrent.by
|
||||||
* torrent-pirat
|
* torrent-pirat
|
||||||
* Torrent9
|
* Torrent9
|
||||||
* Torrent9 clone
|
|
||||||
* Torrent911
|
* Torrent911
|
||||||
* TorrentFunk
|
* TorrentFunk
|
||||||
* TorrentDownloads
|
* 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-Syndikat [![(invite needed)][inviteneeded]](#)
|
||||||
* TOrrent-tuRK (TORK)
|
* TOrrent-tuRK (TORK)
|
||||||
* Torrent.LT
|
* Torrent.LT
|
||||||
|
* Torrent9-tel
|
||||||
* TorrentBD
|
* TorrentBD
|
||||||
* TorrentBytes (TBy) [![(invite needed)][inviteneeded]](#)
|
* TorrentBytes (TBy) [![(invite needed)][inviteneeded]](#)
|
||||||
* TorrentCCF (TCCF)
|
* TorrentCCF (TCCF)
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
id: torrent9clone
|
id: torrent9-tel
|
||||||
name: Torrent9 clone
|
name: Torrent9-tel
|
||||||
description: "Torrent9 clone is a FRENCH Public Torrent9 clone for TV / MOVIES / GENERAL"
|
description: "Torrent9-tel is a FRENCH Private tracker for TV / MOVIES / GENERAL"
|
||||||
language: fr-FR
|
language: fr-FR
|
||||||
type: public
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
followredirect: true
|
followredirect: true
|
||||||
# to fetch current domain use https://www.protege-torrent.com/Torrent9
|
# to fetch current domain use https://www.protege-torrent.com/Torrent9
|
||||||
@@ -60,6 +60,12 @@ caps:
|
|||||||
allowrawsearch: true
|
allowrawsearch: true
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
|
- name: username
|
||||||
|
type: text
|
||||||
|
label: Username
|
||||||
|
- name: password
|
||||||
|
type: password
|
||||||
|
label: Password
|
||||||
- name: info_flaresolverr
|
- name: info_flaresolverr
|
||||||
type: info_flaresolverr
|
type: info_flaresolverr
|
||||||
- name: multilang
|
- name: multilang
|
||||||
@@ -82,6 +88,22 @@ settings:
|
|||||||
label: Replace VOSTFR and SUBFRENCH with ENGLISH
|
label: Replace VOSTFR and SUBFRENCH with ENGLISH
|
||||||
default: false
|
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:
|
download:
|
||||||
selectors:
|
selectors:
|
||||||
- selector: a[href^="magnet:?"]
|
- selector: a[href^="magnet:?"]
|
@@ -64,6 +64,7 @@ namespace Jackett.Common.Services
|
|||||||
{"tehconnectionme", "anthelion"},
|
{"tehconnectionme", "anthelion"},
|
||||||
{"anthelion", "anthelion-api"},
|
{"anthelion", "anthelion-api"},
|
||||||
{"todotorrents", "dontorrent"},
|
{"todotorrents", "dontorrent"},
|
||||||
|
{"torrent9clone", "torrent9-tel"},
|
||||||
{"torrentgalaxyorg", "torrentgalaxy"},
|
{"torrentgalaxyorg", "torrentgalaxy"},
|
||||||
{"torrentsurf", "xtremebytes"},
|
{"torrentsurf", "xtremebytes"},
|
||||||
{"transmithenet", "nebulance"},
|
{"transmithenet", "nebulance"},
|
||||||
|
Reference in New Issue
Block a user