From 5673eeab97f348ee8ffd02a8a74aa02a62db5f80 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 2 Oct 2020 11:10:51 +1300 Subject: [PATCH] dark-shadow: tidy code --- 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 1175aa69b..ab95d10fe 100644 --- a/src/Jackett.Common/Definitions/dark-shadow.yml +++ b/src/Jackett.Common/Definitions/dark-shadow.yml @@ -124,18 +124,18 @@ login: download: before: path: ajax_det_poll.php - method: "post" + method: post inputs: - set_thanks: "thanks" + set_thanks: thanks det_id: "{{ .DownloadUri.Query.torrent }}" - ajax: "yes" + ajax: yes search: paths: - path: selection.php inputs: $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" - search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{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 }}" orderby: "{{ .Config.sort }}" @@ -283,4 +283,4 @@ search: minimumseedtime: # 2 days (as seconds = 2 x 24 x 60 x 60) text: 172800 -# Engine tbd +# Engine n/a