crnaberza: fix title search.

This commit is contained in:
Garfield69 2020-03-17 16:10:01 +13:00
parent 4da3921e21
commit 9d3d8ea18d
1 changed files with 4 additions and 2 deletions

View File

@ -100,15 +100,17 @@
search: search:
paths: paths:
# http://www.crnaberza.com/browse.php?c52=1&c20=1&c34=1&incldead=1&search=star+trek # http://www.crnaberza.com/browse.php?c52=1&c20=1&c34=1&incldead=1&search=star+trek
- path: browse.php - path: browse.php
inputs: inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}" $raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}" search: "{{ .Keywords }}"
searchin: title # 0 title 1 descr 2 both
blah: 0
# 0 active 1 incldead 2 onlydead # 0 active 1 incldead 2 onlydead
incldead: 1 incldead: 1
sort: "{{ .Config.sort }}" sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}" type: "{{ .Config.type }}"
# does not support searching imdbid and does not return imdb links
rows: rows:
selector: tr:has(td.trowtorrent) selector: tr:has(td.trowtorrent)