mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +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
|
||||
name: JPopsuki
|
||||
|
@ -34,7 +36,7 @@
|
|||
keeplogged: 1
|
||||
login: "Log in"
|
||||
error:
|
||||
- selector: form#loginform > span.warning
|
||||
- selector: form#loginform > span.warning, font[color="red"]
|
||||
test:
|
||||
path: torrents.php
|
||||
|
||||
|
|
Loading…
Reference in a new issue