mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
ourbits: fix date parsing. resolves #12386
This commit is contained in:
parent
48595ac8cd
commit
6f427ab035
1 changed files with 11 additions and 0 deletions
|
@ -91,13 +91,24 @@ search:
|
|||
selector: a[href^="download.php?id="]
|
||||
attribute: href
|
||||
date:
|
||||
# time type: time elapsed (default)
|
||||
selector: td.rowfollow:nth-child(4) > span[title]
|
||||
attribute: title
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " +08:00" # CST
|
||||
- name: dateparse
|
||||
args: "2006-01-02 15:04:05 -07:00"
|
||||
date:
|
||||
# time added
|
||||
selector: td.rowfollow:nth-child(4):not(:has(span))
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " +08:00" # CST
|
||||
- name: dateparse
|
||||
args: "2006-01-0215:04:05 -07:00"
|
||||
size:
|
||||
selector: td.rowfollow:nth-child(5)
|
||||
seeders:
|
||||
|
|
Loading…
Add table
Reference in a new issue