mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
mazepa: new date selector
This commit is contained in:
parent
773e505765
commit
9dd85f33f4
1 changed files with 3 additions and 3 deletions
|
@ -314,9 +314,9 @@ search:
|
|||
selector: td:last-child
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (\d{2}:\d{2}\s\d{1,2}-\D{3}-\d{2})
|
||||
args: (\d{2}:\d{2}\s+\d{1,2}-\D{3}-\d{2})
|
||||
- name: re_replace
|
||||
args: ["\\s", " "]
|
||||
args: ["\\s", ""]
|
||||
- name: re_replace
|
||||
args: ["(?i)Січ", "Jan"]
|
||||
- name: re_replace
|
||||
|
@ -344,7 +344,7 @@ search:
|
|||
- name: append
|
||||
args: " +02:00" # EET
|
||||
- name: dateparse
|
||||
args: "HH:mm d-MMM-yy zzz"
|
||||
args: "HH:mmd-MMM-yy zzz"
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
|
|
Loading…
Reference in a new issue