mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
cinematik: fix imdbid searching
update the tpp info to standard text.
This commit is contained in:
parent
1892cab418
commit
585b5359b5
1 changed files with 3 additions and 6 deletions
|
@ -48,13 +48,10 @@ settings:
|
|||
0: Active
|
||||
1: "Active and Inactive"
|
||||
2: Inactive
|
||||
- name: srchdtls
|
||||
type: checkbox
|
||||
label: "Detailed search"
|
||||
- name: info_results
|
||||
type: info
|
||||
label: "Search results"
|
||||
default: "You can increase the number of search results in your profile.<br>Default is 15."
|
||||
label: Results Per Page
|
||||
default: "For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.<br>Default is <i>15</i>."
|
||||
|
||||
login:
|
||||
method: form
|
||||
|
@ -76,7 +73,7 @@ search:
|
|||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
incldead: "{{ .Config.incldead }}"
|
||||
srchdtls: "{{ if .Config.srchdtls }}1{{ else }}0{{ end }}"
|
||||
srchdtls: "{{ if .Query.IMDBID }}1{{ else }}0{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table[border="1"] tr:not(:first-child)
|
||||
|
|
Loading…
Add table
Reference in a new issue