diff --git a/src/Jackett.Common/Definitions/spidertk.yml b/src/Jackett.Common/Definitions/spidertk.yml index 0be49d37d..c86e20a8d 100644 --- a/src/Jackett.Common/Definitions/spidertk.yml +++ b/src/Jackett.Common/Definitions/spidertk.yml @@ -165,14 +165,8 @@ search: filters: - name: querystring args: cat - title_default: - selector: a[href^="details.php?id="] - title_optional: - optional: true - selector: a[title][href^="details.php?id="] - attribute: title title: - text: "{{ if .Result.title_optional }}{{ .Result.title_optional }}{{ else }}{{ .Result.title_default }}{{ end }}" + selector: a[href^="details.php?id="] details: selector: a[href^="details.php?id="] attribute: href @@ -181,7 +175,7 @@ search: attribute: href date_elapsed: # time type: time elapsed (default) - selector: td:nth-child(4) > span[title] + selector: td.rowfollow:nth-child(4) > span[title] attribute: title optional: true filters: @@ -191,7 +185,7 @@ search: args: "2006-01-02 15:04:05 -07:00" date_added: # time added - selector: td:nth-child(4):not(:has(span)) + selector: td.rowfollow:nth-child(4):not(:has(span)) optional: true filters: - name: append @@ -201,13 +195,13 @@ search: date: text: "{{ if or .Result.date_elapsed .Result.date_added }}{{ or .Result.date_elapsed .Result.date_added }}{{ else }}now{{ end }}" size: - selector: td:nth-child(5) + selector: td.rowfollow:nth-child(5) seeders: - selector: td:nth-child(6) + selector: td.rowfollow:nth-child(6) leechers: - selector: td:nth-child(7) + selector: td.rowfollow:nth-child(7) grabs: - selector: td:nth-child(8) + selector: td.rowfollow:nth-child(8) downloadvolumefactor: case: img[src="pic/freeleech.png"]: 0 @@ -224,4 +218,5 @@ search: "*": 1 minimumratio: text: 0.81 -# NexusPHP Custom 1.7.7 2022-04-30 +# NexusPHP Custom 1.7.24 2022-09-11 +