mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +00:00
Update rockbox.yml (#4010)
Need to fix the row selector by indicating the right table and the tr:has else there is still a lot of errors with the HTML because it selects the header of the table too. It was working still, but better like that. I'm not having any html parse errors now.
This commit is contained in:
parent
2d7c30dbde
commit
86964e1cc6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
inputs:
|
||||
search: "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
|
||||
rows:
|
||||
selector: tr:has(a[href^="download.php?id="])
|
||||
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="])
|
||||
fields:
|
||||
title:
|
||||
selector: td a[href^="details.php?id="]
|
||||
|
|
Loading…
Reference in a new issue