mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-22 14:16:59 +01:00
crnaberza: fix title search.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user