mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 02:09:24 +00:00
JPopsuki: fix error detection
This commit is contained in:
parent
1f1b8d0074
commit
0037811fb5
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# looks like gazelle but ajax.php seems to be disabled:
|
||||||
|
# https://jpopsuki.eu/ajax.php?action=browse&order_by=time&order_way=desc => Invalid
|
||||||
---
|
---
|
||||||
site: jpopsuki
|
site: jpopsuki
|
||||||
name: JPopsuki
|
name: JPopsuki
|
||||||
|
@ -34,7 +36,7 @@
|
||||||
keeplogged: 1
|
keeplogged: 1
|
||||||
login: "Log in"
|
login: "Log in"
|
||||||
error:
|
error:
|
||||||
- selector: form#loginform > span.warning
|
- selector: form#loginform > span.warning, font[color="red"]
|
||||||
test:
|
test:
|
||||||
path: torrents.php
|
path: torrents.php
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue