mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
torrent911 -> semi-private resolves #13332
This commit is contained in:
parent
67eb7b3f55
commit
b8a3d8e7ea
2 changed files with 25 additions and 3 deletions
|
@ -119,7 +119,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* torrent.by
|
||||
* torrent-pirat
|
||||
* Torrent9
|
||||
* Torrent911
|
||||
* TorrentFunk
|
||||
* TorrentDownloads
|
||||
* TorrentGalaxy (TGx)
|
||||
|
@ -206,6 +205,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* SkTorrent-org
|
||||
* themixingbowl (TMB)
|
||||
* Toloka.to
|
||||
* Torrent911
|
||||
* Torrent9-tel
|
||||
* TorrentMasters
|
||||
* Torrents-Local
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
id: torrent911
|
||||
name: Torrent911
|
||||
description: "Torrent911 is a French Public site for TV / MOVIES / GENERAL"
|
||||
description: "Torrent911 is a French Semi-Private site for TV / MOVIES / GENERAL"
|
||||
language: fr-FR
|
||||
type: public
|
||||
type: semi-private
|
||||
encoding: UTF-8
|
||||
# to fetch current domain use https://www.protege-torrent.com/Oxtorrent
|
||||
links:
|
||||
|
@ -63,6 +63,12 @@ caps:
|
|||
allowrawsearch: true
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: multilang
|
||||
type: checkbox
|
||||
label: Replace MULTi by another language in release name
|
||||
|
@ -83,6 +89,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:?"]
|
||||
|
|
Loading…
Reference in a new issue