mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bigtorrent: fix TEST mode for #1219
and also return a login error message
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
sent: "yes"
|
sent: "yes"
|
||||||
returnto: "/"
|
returnto: "/"
|
||||||
error:
|
error:
|
||||||
- selector: table:contains("Login failed!")
|
- selector: div.error
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: index.php
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
- path: browse.php
|
- path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "{{if .Keywords}}{{ .Keywords }}{{else}} {{end}}"
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr:has(a[href^="browse.php?cat="])
|
selector: table#torrent_table > tbody > tr:has(a[href^="browse.php?cat="])
|
||||||
fields:
|
fields:
|
||||||
|
Reference in New Issue
Block a user