mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
kisssub: fix today and yesterday
This commit is contained in:
@@ -51,20 +51,20 @@ search:
|
||||
date_today:
|
||||
# 今天 00:35 (Today)
|
||||
optional: true
|
||||
selector: td:nth-child(1):contains("昨天")
|
||||
selector: td:nth-child(1):contains("今天")
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["昨天", "Today"]
|
||||
args: ["今天", "Today"]
|
||||
- name: append
|
||||
args: " +08:00" # CST
|
||||
- name: fuzzytime
|
||||
date_yday:
|
||||
# 昨天 22:50 (Yesterday)
|
||||
optional: true
|
||||
selector: td:nth-child(1):contains("今天")
|
||||
selector: td:nth-child(1):contains("昨天")
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["今天", "Yesterday"]
|
||||
args: ["昨天", "Yesterday"]
|
||||
- name: append
|
||||
args: " +08:00" # CST
|
||||
- name: fuzzytime
|
||||
|
Reference in New Issue
Block a user