mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
assorted yml: dateparse update. related to #14072
This commit is contained in:
parent
01347b9792
commit
a16873dfdc
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ search:
|
|||
- name: re_replace
|
||||
args: ["March", "Mar"]
|
||||
- name: dateparse
|
||||
args: "Jan 2, 2006, 3:04 PM"
|
||||
args: "MMM d, yyyy, h:mm tt"
|
||||
date_abbr:
|
||||
# May 8, 2022, 6 a.m.
|
||||
selector: div.release_20:contains(".m."):not(:contains(":"))
|
||||
|
|
Loading…
Reference in a new issue