mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
icetorrent: correct login error selector. #4890
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
error:
|
error:
|
||||||
- selector: font:contains("failed") + table
|
- selector: div.alert:contains("failed")
|
||||||
test:
|
test:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user