mirror of https://github.com/Jackett/Jackett
Insane Tracker: enable movie search
This commit is contained in:
parent
a3a2ae4108
commit
f081ddcd7e
|
@ -42,6 +42,7 @@
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q, imdbid]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: takelogin.php
|
||||||
|
@ -59,7 +60,7 @@
|
||||||
path: /browse.php
|
path: /browse.php
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Query.Keywords }}{{end}}"
|
||||||
t: "all"
|
t: "all"
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrentable > tbody > tr:has(td.maintd)
|
selector: table.torrentable > tbody > tr:has(td.maintd)
|
||||||
|
|
Loading…
Reference in New Issue