From c87d636b20b5a0fed494f019cdef0d206e166eb7 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 20 Apr 2020 21:12:07 +0100 Subject: [PATCH] topnow: download URL change (#8282) --- src/Jackett.Common/Definitions/topnow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/topnow.yml b/src/Jackett.Common/Definitions/topnow.yml index d530a4b2c..60a54b84c 100644 --- a/src/Jackett.Common/Definitions/topnow.yml +++ b/src/Jackett.Common/Definitions/topnow.yml @@ -34,7 +34,7 @@ rows: # old cards do not have a download link - selector: table.each_card_table:has(a[href^="/download/"]) + selector: table.each_card_table:has(a[href^="/download.php?torrent="]) fields: category: @@ -45,7 +45,7 @@ # new cards do not have details page links text: / download: - selector: a[href^="/download/"] + selector: a[href^="/download.php?torrent="] attribute: href banner: selector: img