abtorrents: new row selectors

This commit is contained in:
Garfield69 2023-11-23 05:43:18 +13:00
parent d652cd7b60
commit 08d0a0ddd1
1 changed files with 8 additions and 8 deletions

View File

@ -138,11 +138,11 @@ search:
selector: a[href^="download.php?torrent="] selector: a[href^="download.php?torrent="]
attribute: href attribute: href
files: files:
selector: td:nth-last-child(9) selector: a[href^="filelist.php?id="]
date_day: date_day:
# auto adjusted by site account profile # auto adjusted by site account profile
# Yesterday, 6:00 AM # Yesterday, 6:00 AM
selector: td:nth-last-child(7) > span[title*="day"] selector: td:nth-last-child(5) > span[title*="day"]
attribute: title attribute: title
optional: true optional: true
filters: filters:
@ -150,7 +150,7 @@ search:
date_year: date_year:
# auto adjusted by site account profile # auto adjusted by site account profile
# Aug 6 2021, 7:25 PM # Aug 6 2021, 7:25 PM
selector: td:nth-last-child(7) > span[title]:not([title*="day"]) selector: td:nth-last-child(5) > span[title]:not([title*="day"])
attribute: title attribute: title
optional: true optional: true
filters: filters:
@ -159,13 +159,13 @@ search:
date: date:
text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}" text: "{{ if or .Result.date_day .Result.date_year }}{{ or .Result.date_day .Result.date_year }}{{ else }}now{{ end }}"
size: size:
selector: td:nth-last-child(6)
grabs:
selector: td:nth-last-child(5)
seeders:
selector: td:nth-last-child(4) selector: td:nth-last-child(4)
grabs:
selector: a[href^="snatches.php?id="]
seeders:
selector: a[href^="peerlist_xbt.php?id="]
leechers: leechers:
selector: td:nth-last-child(3) selector: td:nth-last-child(3) div:last-child
downloadvolumefactor: downloadvolumefactor:
case: case:
tr.freeleech_color: 0 tr.freeleech_color: 0