From 5981e146e0cfb21f6acd522cc3fbff4363aa2bef Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 23 Oct 2020 10:17:54 +1300 Subject: [PATCH] torrentdb: oops fix 57fa8abd --- src/Jackett.Common/Definitions/torrentdb.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentdb.yml b/src/Jackett.Common/Definitions/torrentdb.yml index e54c4f1e8..a4f8a0ce6 100644 --- a/src/Jackett.Common/Definitions/torrentdb.yml +++ b/src/Jackett.Common/Definitions/torrentdb.yml @@ -72,7 +72,8 @@ login: search: paths: # https://torrentdb.net/filter/torrents?search=&tags=&freeleech=1&sorting=created_at&direction=desc&qty=25 - - path: "filter/torrents + - path: filter/torrents + inputs: $raw: "{{ range .Categories }}categories[]={{.}}&{{end}}{{ if .Config.freeleech }}freeleech=1&{{ else }}{{ end }}" search: "{{ if .Query.IMDBID }}{{ .Query.IMDBIDShort }}{{ else }}{{ .Keywords }}{{ end }}" tags: ""