mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ourbits: login test index.php iinstead of torrent.php for performance
This commit is contained in:
@@ -38,11 +38,11 @@
|
|||||||
message:
|
message:
|
||||||
selector: td.text
|
selector: td.text
|
||||||
test:
|
test:
|
||||||
path: torrents.php
|
path: index.php
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|
||||||
ratio:
|
ratio:
|
||||||
path: torrents.php
|
path: index.php
|
||||||
selector: span.medium:has(a[href="logout.php"])
|
selector: span.medium:has(a[href="logout.php"])
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
@@ -53,7 +53,6 @@
|
|||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: torrents.php
|
- path: torrents.php
|
||||||
method: get
|
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}cat{{.}}=1&{{end}}"
|
$raw: "{{range .Categories}}cat{{.}}=1&{{end}}"
|
||||||
search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||||
|
Reference in New Issue
Block a user