mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
ourbits: login test index.php iinstead of torrent.php for performance
This commit is contained in:
parent
0f19be2124
commit
a5ede2311a
1 changed files with 2 additions and 3 deletions
|
@ -38,11 +38,11 @@
|
|||
message:
|
||||
selector: td.text
|
||||
test:
|
||||
path: torrents.php
|
||||
path: index.php
|
||||
selector: a[href="logout.php"]
|
||||
|
||||
ratio:
|
||||
path: torrents.php
|
||||
path: index.php
|
||||
selector: span.medium:has(a[href="logout.php"])
|
||||
filters:
|
||||
- name: replace
|
||||
|
@ -53,7 +53,6 @@
|
|||
search:
|
||||
paths:
|
||||
- path: torrents.php
|
||||
method: get
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}cat{{.}}=1&{{end}}"
|
||||
search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||
|
|
Loading…
Reference in a new issue