1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 07:43:13 +00:00

gaytorrentru: add failed login error detection. #15680

This commit is contained in:
Garfield69 2024-10-31 07:07:20 +13:00
parent 2079192f0b
commit 6a5b6e8a30

View file

@ -111,6 +111,8 @@ login:
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: div.panel:has(h3:contains("Login failed"))
test:
path: browse.php
selector: a[href$="/logout.php"]