greekdiamond: new layout resolves #9407

This commit is contained in:
Garfield69 2020-11-19 06:58:32 +13:00
parent 95a33db262
commit 9000e0ac11
1 changed files with 8 additions and 7 deletions

View File

@ -144,29 +144,30 @@ search:
filters:
- name: regexp
args: "src=(.*?) "
date: # some users will have a extra wait time column before the bookmark column, so use last-of-type
selector: td:nth-last-of-type(11)
# some users will have an extra wait time column before the bookmark column, so we count up from the bottom
date:
selector: td:nth-last-of-type(12)
filters:
- name: append
args: " +00:00" # auto adjusted by site account profile
- name: dateparse
args: "02/01/2006 -07:00"
seeders:
selector: td:nth-last-of-type(9)
selector: td:nth-last-of-type(10)
leechers:
selector: td:nth-last-of-type(8)
selector: td:nth-last-of-type(9)
grabs:
selector: td:nth-last-of-type(7)
selector: td:nth-last-of-type(8)
filters:
- name: replace
args: ["---", "0"]
size:
selector: td:nth-last-of-type(5)
selector: td:nth-last-of-type(6)
filters:
- name: replace
args: [",", ""]
description:
selector: td:nth-last-of-type(3) img
selector: td:nth-last-of-type(4) img
attribute: title
filters:
- name: prepend