From a65eeb732f57484fb8e78c7f49798990a8968b10 Mon Sep 17 00:00:00 2001
From: Albvadi <randolf.bcgp@gmail.com>
Date: Mon, 19 Feb 2018 17:03:51 +0100
Subject: [PATCH] Fix HDcity.li (#2609)

Fixed for work with both themes.
---
 src/Jackett.Common/Definitions/hdcity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Jackett.Common/Definitions/hdcity.yml b/src/Jackett.Common/Definitions/hdcity.yml
index ed77771c..5306c7fa 100644
--- a/src/Jackett.Common/Definitions/hdcity.yml
+++ b/src/Jackett.Common/Definitions/hdcity.yml
@@ -135,7 +135,7 @@
       active: "1"
       search: "{{ .Query.Keywords }}"
     rows:
-      selector: "#Mcol #category+table table tr:not(:first-child):not(:last-child)"
+      selector: "#category+table table tr:not(:first-child):not(:last-child)"
     fields:
       category:
         selector:  td:nth-child(1) a
-- 
GitLab