mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 08:57:46 +02:00
nethd: add dateparse #12246
This commit is contained in:
@@ -119,9 +119,17 @@ search:
|
|||||||
args: "-torrent-(\\d+).html"
|
args: "-torrent-(\\d+).html"
|
||||||
- name: prepend
|
- name: prepend
|
||||||
args: "download.php?id="
|
args: "download.php?id="
|
||||||
|
date:
|
||||||
|
# 2021-08-13<br>09:32:42
|
||||||
|
selector: td:nth-child(5):contains("-")
|
||||||
|
optional: true
|
||||||
|
filters:
|
||||||
|
- name: dateparse
|
||||||
|
args: "2006-01-0215:04:05"
|
||||||
date:
|
date:
|
||||||
# 2 ngày<br/>23 giờ
|
# 2 ngày<br/>23 giờ
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(5):not(:contains("-"))
|
||||||
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["năm", "years "]
|
args: ["năm", "years "]
|
||||||
|
Reference in New Issue
Block a user