From 5095c543d05645b43feb0378b9692cf2776fe376 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Wed, 8 Nov 2017 16:41:50 +0100 Subject: [PATCH] The Horror Charnel: improve rows selector --- src/Jackett.Common/Definitions/thehorrorcharnel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/thehorrorcharnel.yml b/src/Jackett.Common/Definitions/thehorrorcharnel.yml index b399f227e..6104a494f 100644 --- a/src/Jackett.Common/Definitions/thehorrorcharnel.yml +++ b/src/Jackett.Common/Definitions/thehorrorcharnel.yml @@ -60,7 +60,7 @@ incldead: 1 rows: - selector: p + table > tbody > tr:has(a[href^="details.php?id="]), p + table > tbody > tr[id^="kdescr"] + selector: p + table > tbody > tr:has(a[href^="download.php"]), p + table > tbody > tr:has(a[href^="download.php"]) + tr[id^="kdescr"] # sometimes an unexpected tr[id^="kdescr"] row shows up (for unpublished torrents?) filters: - name: andmatch after: 1