mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
assorted: code tidy
This commit is contained in:
parent
7eaa2e36fa
commit
c681b7aec3
3 changed files with 6 additions and 6 deletions
|
@ -274,7 +274,7 @@ search:
|
||||||
selector: td[colspan="20"] > strong
|
selector: td[colspan="20"] > strong
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " -07:00" # PTZ
|
args: " -07:00" # PDT
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "01-02-2006 -07:00"
|
args: "01-02-2006 -07:00"
|
||||||
|
|
||||||
|
|
|
@ -119,7 +119,7 @@ search:
|
||||||
selector: td:nth-last-child(6)
|
selector: td:nth-last-child(6)
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " -07:00" # PTZ
|
args: " -07:00" # PDT
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-0215:04:05 -07:00"
|
args: "2006-01-0215:04:05 -07:00"
|
||||||
size:
|
size:
|
||||||
|
|
|
@ -317,15 +317,15 @@ search:
|
||||||
- path: files/
|
- path: files/
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}c{{.}}&{{end}}"
|
$raw: "{{ range .Categories }}c{{.}}&{{end}}"
|
||||||
# 0 seeded 1 unseeded 2 both
|
# 0 seeded, 1 unseeded, 2 both
|
||||||
seeded: 2
|
seeded: 2
|
||||||
# 0 all
|
# 0 all
|
||||||
quality: 0
|
quality: 0
|
||||||
# 0 Demonoid 1 External 2 Both
|
# 0 Demonoid, 1 External, 2 Both
|
||||||
external: 2
|
external: 2
|
||||||
# search in titles only
|
# search in titles only
|
||||||
to: "{{ if .Query.IMDBID }}{{else}}1{{end}}"
|
to: "{{ if .Query.IMDBID }}{{ else }}1{{ end }}"
|
||||||
query: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
query: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||||
sort: "{{ re_replace .Config.sort \"_\" \"\" }}"
|
sort: "{{ re_replace .Config.sort \"_\" \"\" }}"
|
||||||
# does not return imdb link in results
|
# does not return imdb link in results
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue