mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
gktorrent -> semi-private resolves #15399
This commit is contained in:
parent
855810f442
commit
ddcb0c47d3
1 changed files with 26 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
id: gktorrent
|
id: gktorrent
|
||||||
name: GkTorrent
|
name: GkTorrent
|
||||||
description: "GkTorrent is a French Public site for TV / MOVIES / GENERAL"
|
description: "GkTorrent is a French Semi-Private site for TV / MOVIES / GENERAL"
|
||||||
language: fr-FR
|
language: fr-FR
|
||||||
type: public
|
type: semi-private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
followredirect: true
|
followredirect: true
|
||||||
# to fetch current domain use https://www.protege-torrent.com/Gktorrent
|
# to fetch current domain use https://www.protege-torrent.com/Gktorrent
|
||||||
links:
|
links:
|
||||||
- https://www.gktorrent.pm/
|
- https://www.gktorrent.tw/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://www.rantop.org/
|
- https://www.rantop.org/
|
||||||
- https://www.torrent.ws/
|
- https://www.torrent.ws/
|
||||||
|
@ -27,6 +27,7 @@ legacylinks:
|
||||||
- https://www.gktorrent.sh/
|
- https://www.gktorrent.sh/
|
||||||
- https://www.gktorrent.eu/
|
- https://www.gktorrent.eu/
|
||||||
- https://www.gktorrent.xyz/
|
- https://www.gktorrent.xyz/
|
||||||
|
- https://www.gktorrent.pm/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
|
@ -54,6 +55,12 @@ caps:
|
||||||
allowrawsearch: true
|
allowrawsearch: true
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
|
- name: username
|
||||||
|
type: text
|
||||||
|
label: Username
|
||||||
|
- name: password
|
||||||
|
type: password
|
||||||
|
label: Password
|
||||||
- name: multilang
|
- name: multilang
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Replace MULTi by another language in release name
|
label: Replace MULTi by another language in release name
|
||||||
|
@ -74,6 +81,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:?"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue