mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
zetorrents: -> semi-private. resolves #7574
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
id: zetorrents
|
id: zetorrents
|
||||||
name: zetorrents
|
name: zetorrents
|
||||||
description: "zetorrents is a FRENCH Public site for MOVIES / TV / GENERAL"
|
description: "zetorrents is a FRENCH Semi-Private site for MOVIES / TV / GENERAL"
|
||||||
language: fr-FR
|
language: fr-FR
|
||||||
type: public
|
type: semi-private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
# to fetch current domain use https://www.protege-torrent.com/Zetorrents
|
# to fetch current domain use https://www.protege-torrent.com/Zetorrents
|
||||||
links:
|
links:
|
||||||
@@ -35,6 +35,12 @@ caps:
|
|||||||
allowrawsearch: true
|
allowrawsearch: true
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
|
- name: username
|
||||||
|
type: text
|
||||||
|
label: Username
|
||||||
|
- name: password
|
||||||
|
type: password
|
||||||
|
label: Password
|
||||||
- name: info_8000
|
- name: info_8000
|
||||||
type: info
|
type: info
|
||||||
label: About zetorrents Categories
|
label: About zetorrents Categories
|
||||||
@@ -59,6 +65,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 incorrect")
|
||||||
|
message:
|
||||||
|
text: "Pseudo ou Mot de passe incorrect"
|
||||||
|
test:
|
||||||
|
path: /
|
||||||
|
selector: a[href="/index.php?page=logout"]
|
||||||
|
|
||||||
download:
|
download:
|
||||||
infohash:
|
infohash:
|
||||||
hash:
|
hash:
|
||||||
|
Reference in New Issue
Block a user