mirror of
https://github.com/Jackett/Jackett
synced 2024-12-21 23:33:18 +00:00
lastfiles: new row selector + use date title timeago instead of D-M-Y
This commit is contained in:
parent
4f24bacf55
commit
6bc2f36913
1 changed files with 4 additions and 4 deletions
|
@ -117,7 +117,7 @@ search:
|
|||
# has sort for size and seeders but not for title or date
|
||||
|
||||
rows:
|
||||
selector: table.table-responsive > tbody > tr
|
||||
selector: table.table-striped > tbody > tr
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@ -190,10 +190,10 @@ search:
|
|||
selector: a[href*="/download/"]
|
||||
attribute: href
|
||||
date:
|
||||
selector: td:nth-of-type(4)
|
||||
selector: td:nth-of-type(4) div[title]
|
||||
attribute: title
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "dd-MMM-yyyy"
|
||||
- name: timeago
|
||||
size:
|
||||
selector: td:nth-of-type(5)
|
||||
grabs:
|
||||
|
|
Loading…
Reference in a new issue