1
0
Fork 0
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:
ilike2burnthing 2020-12-01 21:28:57 +00:00 committed by GitHub
parent 1687af0bd1
commit 91f011b918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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