From c1814a3e5658f82eba7ac239c33714a56e3e2f67 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Fri, 11 Apr 2025 14:43:16 +0300 Subject: [PATCH] springsunday: update down/up volume factor selectors --- src/Jackett.Common/Definitions/springsunday.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Jackett.Common/Definitions/springsunday.yml b/src/Jackett.Common/Definitions/springsunday.yml index 62ab85391..cb92c9c47 100644 --- a/src/Jackett.Common/Definitions/springsunday.yml +++ b/src/Jackett.Common/Definitions/springsunday.yml @@ -149,17 +149,17 @@ search: selector: td.rowfollow:nth-last-child(2) downloadvolumefactor: case: - img.pro_free: 0 - img.pro_free2up: 0 - img.pro_50pctdown: 0.5 - img.pro_50pctdown2up: 0.5 - img.pro_30pctdown: 0.3 + span.torrent-pro-free: 0 + span.torrent-pro-twoupfree: 0 + span.torrent-pro-halfdown: 0.5 + span.torrent-pro-twouphalfdown: 0.5 + span.torrent-pro-thirtypercent: 0.3 "*": 1 uploadvolumefactor: case: - img.pro_50pctdown2up: 2 - img.pro_free2up: 2 - img.pro_2up: 2 + span.torrent-pro-twouphalfdown: 2 + span.torrent-pro-twoupfree: 2 + span.torrent-pro-twoup: 2 "*": 1 description: selector: td:nth-child(2)