girotorrent: layout changes. resolves #6966

This commit is contained in:
Garfield69 2020-01-17 07:58:43 +13:00
parent 6d78a8c218
commit 752403fff1
1 changed files with 8 additions and 8 deletions

View File

@ -203,7 +203,7 @@
selector: a[onmouseover][href^="index.php?page=torrent-details&id="] selector: a[onmouseover][href^="index.php?page=torrent-details&id="]
attribute: href attribute: href
download: download:
selector: a[onmouseover][href^="index.php?page=torrent-details&id="] selector: a[href^="index.php?page=downloadcheck&id="]
attribute: href attribute: href
banner: banner:
optional: true optional: true
@ -212,22 +212,22 @@
filters: filters:
- name: regexp - name: regexp
args: "src=(.+?) " args: "src=(.+?) "
size:
selector: td:nth-last-child(4)
date: date:
selector: td:nth-last-child(6) selector: td:nth-last-child(8)
filters: filters:
- name: dateparse - name: dateparse
args: "02/01/2006" args: "02/01/2006"
seeders:
selector: td:nth-last-child(7)
leechers:
selector: td:nth-last-child(6)
grabs: grabs:
selector: td:nth-last-child(8) selector: td:nth-last-child(5)
filters: filters:
- name: replace - name: replace
args: ["---", "0"] args: ["---", "0"]
seeders: size:
selector: td:nth-last-child(3) selector: td:nth-last-child(3)
leechers:
selector: td:nth-last-child(2)
downloadvolumefactor: downloadvolumefactor:
case: case:
img[alt="Free Leech"]: 0 img[alt="Free Leech"]: 0