mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 11:47:28 +00:00
ztracker: change domain *.cc
also update login path to login.php
This commit is contained in:
parent
6b34593996
commit
1979797f5b
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,9 @@ language: hu-hu
|
||||||
type: semi-private
|
type: semi-private
|
||||||
encoding: ISO-8859-2
|
encoding: ISO-8859-2
|
||||||
links:
|
links:
|
||||||
- http://ztracker.org/ # site does not support https ERR_CONNECTION_REFUSED
|
- http://ztracker.cc/ # site does not support https invalid certificate
|
||||||
|
legacylinks:
|
||||||
|
- http://ztracker.org/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
|
@ -79,8 +81,9 @@ settings:
|
||||||
asc: asc
|
asc: asc
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: belepes.php
|
path: login.php
|
||||||
method: form
|
method: form
|
||||||
|
form: form[action="takelogin.php"]
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
|
Loading…
Reference in a new issue