mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 07:53:41 +02:00
skytorrents: handle the two different date schemes
This commit is contained in:
@@ -47,7 +47,11 @@
|
||||
img[title="Verified and marked"]: "Verified and marked"
|
||||
"*": ""
|
||||
date:
|
||||
selector: td:nth-child(4)
|
||||
selector: td:nth-child(4):contains("ago")
|
||||
optional: true
|
||||
date:
|
||||
selector: td:nth-child(4):not(:contains("ago"))
|
||||
optional: true
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "01-02-2006"
|
||||
|
Reference in New Issue
Block a user