newretro: update layout

This commit is contained in:
ilike2burnthing
2022-07-16 02:55:11 +01:00
committed by GitHub
parent 8fc70090e2
commit 3afe5ae105

View File

@@ -86,7 +86,7 @@ search:
incldead: 1 incldead: 1
rows: rows:
selector: table.tableinborder[summary] > tbody > tr selector: table.tableinborder > tbody > tr:has(a[href^="download.php?torrent="])
filters: filters:
- name: andmatch - name: andmatch
@@ -100,23 +100,23 @@ search:
title: title:
selector: a[href^="details.php?id="]:has(b) selector: a[href^="details.php?id="]:has(b)
details: details:
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(4) > a selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(4) > a
attribute: href attribute: href
download: download:
selector: a[href^="download.php?torrent="] selector: a[href^="download.php?torrent="]
attribute: href attribute: href
size: size:
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(1) > b:nth-child(1) selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(1) > b:nth-child(1)
grabs: grabs:
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(3) > b selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(3) > b
files: files:
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(1) > b:nth-child(2) selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(1) > b:nth-child(2)
seeders: seeders:
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(2) > b:nth-child(1) selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(2) > b:nth-child(1)
leechers: leechers:
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(2) > b:nth-child(3) selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(2) > b:nth-child(3)
date: date:
selector: td.tablea > table > tbody > tr:nth-child(2) > td:nth-child(5) selector: td.content_wrap > table > tbody > tr:nth-child(2) > td:nth-child(5)
filters: filters:
- name: replace - name: replace
args: ["\u00a0", " "] args: ["\u00a0", " "]