1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-23 06:40:57 +00:00

channelx: handle login errors

This commit is contained in:
Garfield69 2019-05-24 21:54:58 +12:00
parent 1253b15061
commit 2c423b3b88

View file

@ -28,7 +28,9 @@
password: "{{ .Config.password }}"
remember: 1
error:
- selector: div.has-error
- selector: script[nonce]:contains("Error")
message:
selector: script[nonce]:contains("Error")
test:
path: torrents
selector: a[href$="/logout"]