hdturk: site is now forcing https:

plus additional changes to the login form.
This commit is contained in:
Garfield69 2019-11-21 10:05:12 +13:00
parent 8e748d159a
commit fa7162d4f7
1 changed files with 4 additions and 2 deletions

View File

@ -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!")