1
0
Fork 0
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:
Garfield69 2024-12-17 06:33:37 +13:00
parent 4f24bacf55
commit 6bc2f36913

View file

@ -117,7 +117,7 @@ search:
# has sort for size and seeders but not for title or date # has sort for size and seeders but not for title or date
rows: rows:
selector: table.table-responsive > tbody > tr selector: table.table-striped > tbody > tr
fields: fields:
category: category:
@ -190,10 +190,10 @@ search:
selector: a[href*="/download/"] selector: a[href*="/download/"]
attribute: href attribute: href
date: date:
selector: td:nth-of-type(4) selector: td:nth-of-type(4) div[title]
attribute: title
filters: filters:
- name: dateparse - name: timeago
args: "dd-MMM-yyyy"
size: size:
selector: td:nth-of-type(5) selector: td:nth-of-type(5)
grabs: grabs: