From 61a69472c528ebbf41ea557ea0ae360eed4a8c4f Mon Sep 17 00:00:00 2001 From: xfouloux Date: Tue, 16 Oct 2018 13:23:45 +1100 Subject: [PATCH] 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 --- src/Jackett.Common/Definitions/metal-iplay-ro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/metal-iplay-ro.yml b/src/Jackett.Common/Definitions/metal-iplay-ro.yml index db86f0244..577a0b23c 100644 --- a/src/Jackett.Common/Definitions/metal-iplay-ro.yml +++ b/src/Jackett.Common/Definitions/metal-iplay-ro.yml @@ -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="]