diff --git a/src/Jackett.Common/Definitions/beitai.yml b/src/Jackett.Common/Definitions/beitai.yml index fe153fb64..bc0814235 100644 --- a/src/Jackett.Common/Definitions/beitai.yml +++ b/src/Jackett.Common/Definitions/beitai.yml @@ -71,8 +71,8 @@ incldead: 0 # 0 all 1 normal 2 free 3 2x 4 2xfree 5 50% 6 2x50% 7 30% spstate: 0 - # 0 title 1 descr 3 uploaded 4 imdburl - search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}" + # 0 title 1 descr 3 uploaded 4 imdburl (searching imdburl does not work with tt1234567, but descr is good) + search_area: "{{ if .Query.IMDBID }}1{{else}}0{{end}}" # 0 AND 1 OR 2 exact search_mode: 0 sort: "{{ .Config.sort }}" diff --git a/src/Jackett.Common/Definitions/hdtime.yml b/src/Jackett.Common/Definitions/hdtime.yml index d33422f10..0c68b6eef 100644 --- a/src/Jackett.Common/Definitions/hdtime.yml +++ b/src/Jackett.Common/Definitions/hdtime.yml @@ -79,8 +79,8 @@ incldead: 0 # 0 all 1 normal 2 free 3 2x 4 2xfree 5 50% 6 2x50% 7 30% spstate: 0 - # 0 title 1 descr 3 uploaded 4 imdburl - search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}" + # 0 title 1 descr 3 uploaded 4 imdburl (searching imdburl does not work with tt1234567, but descr is good) + search_area: "{{ if .Query.IMDBID }}1{{else}}0{{end}}" # 0 AND 1 OR 2 exact search_mode: 0 sort: "{{ .Config.sort }}" diff --git a/src/Jackett.Common/Definitions/pt99.yml b/src/Jackett.Common/Definitions/pt99.yml index a35daccd0..3281e5710 100644 --- a/src/Jackett.Common/Definitions/pt99.yml +++ b/src/Jackett.Common/Definitions/pt99.yml @@ -85,8 +85,8 @@ # 0 all 1 bookmrk 2 not inclbookmarked: 0 search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" - # 0 title 1 descr 3 uploader 4 imdb - search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}" + # 0 title 1 descr 3 uploader 4 imdburl (searching imdburl does not work with tt1234567, but descr is good) + search_area: "{{ if .Query.IMDBID }}1{{else}}0{{end}}" # 0 AND 1 OR 2 exact search_mode: 0 sort: "{{ .Config.sort }}"