mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
cinemamovies: add MST and correct date TZ
This commit is contained in:
parent
8df1197b09
commit
244665c143
1 changed files with 4 additions and 1 deletions
|
@ -138,7 +138,7 @@ search:
|
|||
selector: td[width="66%"] > span > span
|
||||
filters:
|
||||
- name: append
|
||||
args: " +00:00"
|
||||
args: " +02:00" # EET
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
size:
|
||||
|
@ -159,4 +159,7 @@ search:
|
|||
"*": 1
|
||||
minimumratio:
|
||||
text: 1.0
|
||||
minimumseedtime:
|
||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||
text: 259200
|
||||
# engine n/a
|
||||
|
|
Loading…
Add table
Reference in a new issue