Update metal-iplay-ro.yml (#4011)

Selector update, else it would also take the table header, leading in HTML errors too, like rockbox.

I don't get why if i use 
```
selector: tr:has(a[href^="download2.php?id="])
```

it won't work fine either
This commit is contained in:
xfouloux 2018-10-16 13:23:45 +11:00 committed by garfield69
parent a04fc6f123
commit 61a69472c5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
inputs:
"search": "{{if .Query.Artist}}{{ .Query.Artist }}{{else}}{{ .Keywords }}{{end}}"
rows:
selector: table.torrents_table tbody tr
selector: table.torrents_table tbody tr:has(a[href^="download2.php?id="])
fields:
title:
selector: td a[href^="details.php?id="]