mirror of https://github.com/Jackett/Jackett
M-Team - TP: add support for Time Type == Time Added
This commit is contained in:
parent
4bdb7a9fd4
commit
3b0cfa4aba
|
@ -96,8 +96,17 @@
|
|||
selector: td.rowfollow:nth-child(6)
|
||||
leechers:
|
||||
selector: td.rowfollow:nth-child(7)
|
||||
date:
|
||||
selector: td.rowfollow:nth-child(4):not(:has(span))
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " +08:00"
|
||||
- name: dateparse
|
||||
args: "2006-01-0215:04:05 -07:00"
|
||||
date:
|
||||
selector: td.rowfollow:nth-child(4) > span[title]
|
||||
optional: true
|
||||
attribute: title
|
||||
filters:
|
||||
- name: append
|
||||
|
|
Loading…
Reference in New Issue