mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
bitbazis: new logout detection
This commit is contained in:
parent
1a3e846a0f
commit
06ddc9d037
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ login:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href^="logout.php?k="]
|
selector: span[onclick^="window.open('logout.php?k="]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue