rockbox: amend row selector. #5393

This commit is contained in:
Garfield69 2019-06-09 13:48:45 +12:00
parent 5fd7210791
commit 7b076a001c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
inputs:
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
rows:
selector: body:nth-child(2) tbody tr td:nth-child(2) table.lista tbody tr:nth-child(2) table.lista tbody tr:has(a[href^="download.php?id="])
selector: table.lista[width="100%"] tbody tr:has(a[href^="download.php?id="])
fields:
title:
selector: td a[href^="details.php?id="]