From a5ede2311aae61f3e21e9a9e1f3719060afc8914 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 12 Nov 2019 06:41:47 +1300 Subject: [PATCH] ourbits: login test index.php iinstead of torrent.php for performance --- src/Jackett.Common/Definitions/ourbits.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Definitions/ourbits.yml b/src/Jackett.Common/Definitions/ourbits.yml index d25007f54..a9800f998 100644 --- a/src/Jackett.Common/Definitions/ourbits.yml +++ b/src/Jackett.Common/Definitions/ourbits.yml @@ -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}}"