From 4ff06d1fc40106770f5e877819705e77dfc46aa0 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 5 Jan 2025 09:47:27 +0000 Subject: [PATCH] enthralled: update row selector (#15798) --- src/Jackett.Common/Definitions/enthralled.yml | 2 +- src/Jackett.Common/Definitions/enthralled2fa.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/enthralled.yml b/src/Jackett.Common/Definitions/enthralled.yml index 2b9167c4e..34d62103b 100644 --- a/src/Jackett.Common/Definitions/enthralled.yml +++ b/src/Jackett.Common/Definitions/enthralled.yml @@ -76,7 +76,7 @@ search: filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: - selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"]) + selector: table#torrent_table > tbody > tr[class^="torrent shaded_row"]:has(a[href*="action=download"]) fields: category: diff --git a/src/Jackett.Common/Definitions/enthralled2fa.yml b/src/Jackett.Common/Definitions/enthralled2fa.yml index a011e3fd4..4eacc2710 100644 --- a/src/Jackett.Common/Definitions/enthralled2fa.yml +++ b/src/Jackett.Common/Definitions/enthralled2fa.yml @@ -70,7 +70,7 @@ search: filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" rows: - selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"]) + selector: table#torrent_table > tbody > tr[class^="torrent shaded_row"]:has(a[href*="action=download"]) fields: category: