Skip to content

Commit

Permalink
assorted: code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 2, 2020
1 parent 7eaa2e3 commit c681b7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/audionews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ search:
selector: td[colspan="20"] > strong
filters:
- name: append
args: " -07:00" # PTZ
args: " -07:00" # PDT
- name: dateparse
args: "01-02-2006 -07:00"

Expand Down
2 changes: 1 addition & 1 deletion src/Jackett.Common/Definitions/boxingtorrents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ search:
selector: td:nth-last-child(6)
filters:
- name: append
args: " -07:00" # PTZ
args: " -07:00" # PDT
- name: dateparse
args: "2006-01-0215:04:05 -07:00"
size:
Expand Down
8 changes: 4 additions & 4 deletions src/Jackett.Common/Definitions/demonoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,15 +317,15 @@ search:
- path: files/
inputs:
$raw: "{{ range .Categories }}c{{.}}&{{end}}"
# 0 seeded 1 unseeded 2 both
# 0 seeded, 1 unseeded, 2 both
seeded: 2
# 0 all
quality: 0
# 0 Demonoid 1 External 2 Both
# 0 Demonoid, 1 External, 2 Both
external: 2
# search in titles only
to: "{{ if .Query.IMDBID }}{{else}}1{{end}}"
query: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
to: "{{ if .Query.IMDBID }}{{ else }}1{{ end }}"
query: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
sort: "{{ re_replace .Config.sort \"_\" \"\" }}"
# does not return imdb link in results

Expand Down

0 comments on commit c681b7a

Please sign in to comment.