filmpaleis: amend login

This commit is contained in:
Garfield69
2019-12-19 20:28:44 +13:00
parent 7f69f87039
commit d720588568

View File

@@ -40,9 +40,8 @@
movie-search: [q] movie-search: [q]
login: login:
path: login.php path: takelogin.php
method: form method: post
form: form[action="takelogin.php"]
inputs: inputs:
username: "{{ .Config.username }}" username: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
@@ -59,10 +58,12 @@
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}" $raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}" search: "{{ .Keywords }}"
incldead: 1 incldead: 1
rows: rows:
selector: table.mainouter selector: table.mainouter
filters: filters:
- name: andmatch - name: andmatch
fields: fields:
title: title:
selector: a[href^="details.php?id="] selector: a[href^="details.php?id="]