mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
bitru: fix search redirect (#10336)
This commit is contained in:
parent
1687af0bd1
commit
91f011b918
1 changed files with 3 additions and 6 deletions
|
@ -30,12 +30,9 @@ caps:
|
|||
|
||||
settings:
|
||||
- name: adverts
|
||||
type: select
|
||||
type: checkbox
|
||||
label: Include Advertising
|
||||
default: _
|
||||
options:
|
||||
_: yes
|
||||
no: no
|
||||
default: true
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
|
@ -50,8 +47,8 @@ search:
|
|||
- path: browse.php
|
||||
inputs:
|
||||
s: "{{ .Keywords }}"
|
||||
rek: "{{ re_replace .Config.adverts \"_\" \"\" }}"
|
||||
sort: "{{ re_replace .Config.sort \"_\" \"\" }}"
|
||||
$raw: "{{ if .Config.adverts }}{{ else }}&rek=no{{ end}}"
|
||||
|
||||
rows:
|
||||
selector: table.browse-list > tbody > tr
|
||||
|
|
Loading…
Reference in a new issue