From d3aa897b1a7b161ddfc624d60abda33aefdf9882 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 21 Nov 2016 09:24:15 +0100 Subject: [PATCH] Torrent Sector Crew: Fix rows selector for people with "Empfohlene Torrents in der Liste anzeigen" disabled. (#718) --- src/Jackett/Definitions/torrentsectorcrew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett/Definitions/torrentsectorcrew.yml b/src/Jackett/Definitions/torrentsectorcrew.yml index 2c8470258..537190d7c 100644 --- a/src/Jackett/Definitions/torrentsectorcrew.yml +++ b/src/Jackett/Definitions/torrentsectorcrew.yml @@ -118,7 +118,7 @@ orderby: "added" sort: desc rows: - selector: "h2 +p + br + table.tablebrowse > tbody > tr[style=\"height: 45px;\"], tr:contains(\"Alle Torrents\") + tr > td > table.tablebrowse > tbody > tr[style=\"height: 45px;\"]" + selector: "h2 +p + br + table.tablebrowse > tbody > tr[style=\"height: 45px;\"], tr:contains(\"Weiter\") > td > table.tablebrowse > tbody > tr[style=\"height: 45px;\"]" fields: title: selector: a[title][href^="details.php"]