From 7e5c63ddff8cbd9b7ace4f5e81f8c51a45de00d0 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 20 Apr 2021 22:54:34 +0100 Subject: [PATCH] r3vwtf: update row selector prevents nearly the whole page being selected as its own row --- src/Jackett.Common/Definitions/r3vwtf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/r3vwtf.yml b/src/Jackett.Common/Definitions/r3vwtf.yml index 5bdc581a9..4fa7b55e6 100644 --- a/src/Jackett.Common/Definitions/r3vwtf.yml +++ b/src/Jackett.Common/Definitions/r3vwtf.yml @@ -73,7 +73,7 @@ search: "only_free": 0 rows: - selector: tr:has(a[href^="download.php?torrent="]) + selector: table[cellpadding="3"] > tbody > tr:has(a[href^="download.php?torrent="]) fields: category: selector: a[href^="browse.php?cat="]