Skip to content

Commit

Permalink
jackett indexers as of 53551768d385d7fa8aec6133ad9995bf6534c740
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Apr 1, 2024
1 parent 4861ac8 commit 0b522f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions definitions/v7/dasunerwartete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@ settings:
default: "Inactive accounts will be deactivated after 7 weeks and deleted after another 3 weeks."

login:
path: login.php
method: form
form: form[action="/login.php"]
path: logintracker.php
method: post
inputs:
username: "{{ .Config.username }}"
login_identifier: "{{ .Config.username }}"
password: "{{ .Config.password }}"
loggiin: Login
error:
- selector: div#login_error
- selector: div.error-message
test:
path: /
path: index.php
selector: a[href="logout.php"]

search:
Expand Down

0 comments on commit 0b522f7

Please sign in to comment.