mirror of https://github.com/Jackett/Jackett
bitru: tidy up no-ads
This commit is contained in:
parent
521446d745
commit
e9a925686d
|
@ -48,8 +48,8 @@ search:
|
|||
- path: browse.php
|
||||
inputs:
|
||||
s: "{{ .Keywords }}"
|
||||
rek: "{{ .Config.adverts }}"
|
||||
sort: "{{ re_replace .Config.sort \"_\" \"\"}}"
|
||||
rek: "{{ re_replace .Config.adverts \"_\" \"\" }}"
|
||||
sort: "{{ re_replace .Config.sort \"_\" \"\" }}"
|
||||
|
||||
rows:
|
||||
selector: table.browse-list > tbody > tr
|
||||
|
|
Loading…
Reference in New Issue