Skip to content

Commit

Permalink
muziekfabriek: add date TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Oct 7, 2020
1 parent 0b881f7 commit c0ecdf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Jackett.Common/Definitions/muziekfabriek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ search:
- path: browse.php
inputs:
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
search: "{{ if .Query.Artist }}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
search: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
incldead: 1

rows:
Expand Down Expand Up @@ -130,8 +130,10 @@ search:
args: ["december", "December"]
- name: re_replace
args: ["\\s*om\\s*", " "]
- name: append
args: " +01:00" # CET
- name: dateparse
args: "2 January 2006 15:04:05"
args: "2 January 2006 15:04:05 -07:00"
seeders:
text: 0
seeders:
Expand Down

0 comments on commit c0ecdf2

Please sign in to comment.