mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
parent
05c4d1e331
commit
dd64739af6
1 changed files with 2 additions and 3 deletions
|
@ -84,8 +84,7 @@
|
|||
|
||||
login:
|
||||
path: torrent/account-login.php
|
||||
method: form
|
||||
form: form[action="account-login.php"]
|
||||
method: post
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
|
@ -93,7 +92,7 @@
|
|||
- selector: div.row p.red-text
|
||||
test:
|
||||
path: torrent/torrents-search.php
|
||||
selector: a[href*="logout"]
|
||||
selector: div.myB-content:contains("Ratio:")
|
||||
|
||||
ratio:
|
||||
path: torrent/torrents-search.php
|
||||
|
|
Loading…
Reference in a new issue