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)