mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdturk: site is now forcing https:
plus additional changes to the login form.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://hdturk.de/
|
||||
legacylinks:
|
||||
- http://hdturk.de/
|
||||
|
||||
caps:
|
||||
@@ -81,13 +83,13 @@
|
||||
login:
|
||||
path: login.php
|
||||
method: form
|
||||
form: form[action="takelogin.php"]
|
||||
form: form[action$="takelogin.php"]
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
captcha:
|
||||
type: image
|
||||
selector: img#regimage
|
||||
selector: img#regimage2
|
||||
input: imagestring
|
||||
error:
|
||||
- selector: table:contains("Bir hata oluştu!")
|
||||
|
Reference in New Issue
Block a user