From a07ff0752d6ce9b9b334312c975e2ec3a21888b5 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 12 Aug 2019 19:15:51 +1200 Subject: [PATCH] torrentdownloads: add tv and movie torznab search --- src/Jackett.Common/Definitions/torrentdownloads.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentdownloads.yml b/src/Jackett.Common/Definitions/torrentdownloads.yml index 0ef3305a2..af843da26 100644 --- a/src/Jackett.Common/Definitions/torrentdownloads.yml +++ b/src/Jackett.Common/Definitions/torrentdownloads.yml @@ -21,6 +21,8 @@ modes: search: [q] + tv-search: [q, season, ep] + movie-search: [q] settings: - name: downloadlink @@ -40,7 +42,7 @@ - path: "{{if .Keywords}}/search/{{else}}/today/{{end}}" inputs: $raw: "new=1&{{range .Categories}}s_cat={{.}}&{{end}}" - search: "{{ .Query.Keywords }}" + search: "{{ .Keywords }}" rows: selector: div.inner_container > div:has(p:has(a[href^="/torrent/"])) fields: