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
52adc219db
commit
ab0835c0e8
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ search:
|
|||
- name: re_replace
|
||||
args: ["([a-zA-Z]+)\\s+(\\d{1,2})\\s+'(\\d{2})", "$2 $1 $3"]
|
||||
- name: dateparse
|
||||
args: "2 Jan 06"
|
||||
args: "d MMM yy"
|
||||
files:
|
||||
selector: td:nth-child(10)
|
||||
size:
|
||||
|
|
Loading…
Reference in a new issue