1
0
Fork 0
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:
Garfield69 2024-10-26 06:36:48 +13:00
parent 773e505765
commit 9dd85f33f4

View file

@ -314,9 +314,9 @@ search:
selector: td:last-child selector: td:last-child
filters: filters:
- name: regexp - 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 - name: re_replace
args: ["\\s", " "] args: ["\\s", ""]
- name: re_replace - name: re_replace
args: ["(?i)Січ", "Jan"] args: ["(?i)Січ", "Jan"]
- name: re_replace - name: re_replace
@ -344,7 +344,7 @@ search:
- name: append - name: append
args: " +02:00" # EET args: " +02:00" # EET
- name: dateparse - name: dateparse
args: "HH:mm d-MMM-yy zzz" args: "HH:mmd-MMM-yy zzz"
downloadvolumefactor: downloadvolumefactor:
text: 0 text: 0
uploadvolumefactor: uploadvolumefactor: