mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
speedmasterhd: remove imdbid search. resolves #10787
This commit is contained in:
parent
8a51a26df5
commit
eb538ce6ef
1 changed files with 5 additions and 5 deletions
|
@ -71,8 +71,8 @@ caps:
|
|||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep, imdbid]
|
||||
movie-search: [q, imdbid]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
|
@ -129,9 +129,9 @@ search:
|
|||
- path: selection.php
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBIDShort }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
# 0 name, 1 descr, 2 both, 3 imdb
|
||||
blah: "{{ if .Query.IMDBID }}3{{ else }}0{{ end }}"
|
||||
search: "{{ .Keywords }}"
|
||||
# 0 name, 1 descr, 2 both
|
||||
blah: "0"
|
||||
orderby: "{{ .Config.sort }}"
|
||||
sort: "{{ .Config.type }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue