mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 03:06:49 +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
|
||||
encoding: ISO-8859-2
|
||||
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:
|
||||
categorymappings:
|
||||
|
@ -79,8 +81,9 @@ settings:
|
|||
asc: asc
|
||||
|
||||
login:
|
||||
path: belepes.php
|
||||
path: login.php
|
||||
method: form
|
||||
form: form[action="takelogin.php"]
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
|
|
Loading…
Reference in a new issue