From 3553626bbf216d53258ca7c754f4dff428b2d7ea Mon Sep 17 00:00:00 2001 From: kaso17 Date: Wed, 25 Jan 2017 10:59:15 +0100 Subject: [PATCH] Ethor.net (Thor's Land): enable direct IMDB search --- src/Jackett/Definitions/ethor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett/Definitions/ethor.yml b/src/Jackett/Definitions/ethor.yml index 4e4fc3460..aa6178dda 100644 --- a/src/Jackett/Definitions/ethor.yml +++ b/src/Jackett/Definitions/ethor.yml @@ -37,6 +37,7 @@ modes: search: [q] tv-search: [q, season, ep] + movie-search: [q, imdbid] login: path: login3.php @@ -61,7 +62,7 @@ path: browse.php inputs: $raw: "{{range .Categories}}c{{.}}=1&{{end}}" - search: "{{ .Query.Keywords }}" + search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Query.Keywords }}{{end}}" advcat: "0" incldead: "1" stype: "b"