mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
newretro: update layout
This commit is contained in:
@@ -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", " "]
|
||||||
|
Reference in New Issue
Block a user