mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
bitru: tidy up no-ads
This commit is contained in:
parent
521446d745
commit
e9a925686d
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ search:
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
s: "{{ .Keywords }}"
|
s: "{{ .Keywords }}"
|
||||||
rek: "{{ .Config.adverts }}"
|
rek: "{{ re_replace .Config.adverts \"_\" \"\" }}"
|
||||||
sort: "{{ re_replace .Config.sort \"_\" \"\"}}"
|
sort: "{{ re_replace .Config.sort \"_\" \"\" }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.browse-list > tbody > tr
|
selector: table.browse-list > tbody > tr
|
||||||
|
|
Loading…
Add table
Reference in a new issue