diff --git a/src/Jackett.Common/Definitions/solidtorrents.yml b/src/Jackett.Common/Definitions/solidtorrents.yml index ae50c54af..cd9525b67 100644 --- a/src/Jackett.Common/Definitions/solidtorrents.yml +++ b/src/Jackett.Common/Definitions/solidtorrents.yml @@ -38,7 +38,8 @@ selector: div[role="listitem"]:has(a[href^="magnet:?xt="]) fields: title: - selector: div[class$="__title"] h3 + selector: div[class$="__title"] a[title] + attribute: title details: selector: div[class$="__title"] a attribute: href @@ -62,12 +63,13 @@ - name: regexp args: "(\\d+ \\w+ \\w+)" seeders: - selector: div.v-list__tile__content div:nth-of-type(3) span:nth-child(1) + selector: div.v-list__tile__sub-title span.green--text leechers: - selector: div.v-list__tile__content div:nth-of-type(3) span:nth-child(2) + selector: div.v-list__tile__sub-title span.red--text + grabs: + selector: div.v-list__tile__sub-title span:last-of-type size: - selector: div.v-list__tile__content div:nth-of-type(3) - remove: span + selector: div.v-list__tile__sub-title:last-of-type strong downloadvolumefactor: text: "0" uploadvolumefactor: