From 8a51a26df54f220df66cd07fd048d70140657478 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 11 Jan 2021 22:18:00 +0000 Subject: [PATCH] dark-shadow: remove imdbid search. resolves #10788 --- src/Jackett.Common/Definitions/dark-shadow.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/dark-shadow.yml b/src/Jackett.Common/Definitions/dark-shadow.yml index c331d96f3..b60203261 100644 --- a/src/Jackett.Common/Definitions/dark-shadow.yml +++ b/src/Jackett.Common/Definitions/dark-shadow.yml @@ -64,8 +64,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] @@ -136,9 +136,9 @@ search: - path: selection.php inputs: $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" - search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" - # 0 name, 1 descr, 2 both, 4 imdb - blah: "{{ if .Query.IMDBID }}4{{ else }}0{{ end }}" + search: "{{ .Keywords }}}" + # 0 name, 1 descr, 2 both + blah: "0" orderby: "{{ .Config.sort }}" sort: "{{ .Config.type }}"