From 565a368689971897c132a4960b7ce2b6b5d31698 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 10 Mar 2020 14:23:14 +1300 Subject: [PATCH] hdarea: fix imdb lookup. resolves #7368 --- src/Jackett.Common/Definitions/hdarea.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/hdarea.yml b/src/Jackett.Common/Definitions/hdarea.yml index 12eab441e..293d76331 100644 --- a/src/Jackett.Common/Definitions/hdarea.yml +++ b/src/Jackett.Common/Definitions/hdarea.yml @@ -30,9 +30,9 @@ - {id: 408, cat: Audio, desc: "HQ Audio"} modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] + search: [q, imdbid] + tv-search: [q, season, ep, imdbid] + movie-search: [q, imdbid] settings: - name: username @@ -84,7 +84,7 @@ method: post inputs: $raw: "{{ range .Categories }}cat{{.}}=1&{{end}}" - search: "{{ if .Query.IMDBID }}{{ .Query.IMDBIDShort }}{{else}}{{ .Keywords }}{{end}}" + search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" # 0 incldead 1 active 2 onlydead incldead: 1 # 0 all 1 normal 2 free 2 2x 4 2xFree 5 50% 6 2x50% 7 30% @@ -114,7 +114,7 @@ attribute: title details: selector: a[href^="details.php?id="] - attribute: href + attribute: href download: selector: a[href^="download.php?id="] attribute: href