asgaard: copy with advanced user's torrent list. resolves #5754

advanced users get fast-edit and fast-delete icons and a tooltip with additional details.
this changes the selectors positions.
This commit is contained in:
Garfield69 2019-07-30 08:04:34 +12:00
parent f7a28d74cc
commit 4a599e87bd
1 changed files with 6 additions and 6 deletions

View File

@ -144,23 +144,23 @@
selector: a[href*="download.php?torrent="] selector: a[href*="download.php?torrent="]
attribute: href attribute: href
files: files:
selector: td:nth-last-child(8) selector: td:nth-child(5)
date: date:
selector: td:nth-last-child(6) selector: td:nth-child(7)
filters: filters:
- name: dateparse - name: dateparse
args: "2 Jan 2006 15:04:05" args: "2 Jan 2006 15:04:05"
size: size:
selector: td:nth-last-child(5) selector: td:nth-child(8)
grabs: grabs:
selector: td:nth-last-child(4) selector: td:nth-child(9)
filters: filters:
- name: regexp - name: regexp
args: (\d+) args: (\d+)
seeders: seeders:
selector: td:nth-last-child(2) selector: td:nth-child(11)
leechers: leechers:
selector: td:nth-last-child(1) selector: td:nth-child(12)
downloadvolumefactor: downloadvolumefactor:
case: case:
img[src="./images/gold.png"]: "0" img[src="./images/gold.png"]: "0"