From 572e422569db980c95bca8990bfb08d366428f27 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 23 Dec 2022 15:25:43 +1300 Subject: [PATCH] desitorrents: -> 6.5.0 --- src/Jackett.Common/Definitions/desitorrents-api.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/desitorrents-api.yml b/src/Jackett.Common/Definitions/desitorrents-api.yml index 3be2ca791..48dbbf9b3 100644 --- a/src/Jackett.Common/Definitions/desitorrents-api.yml +++ b/src/Jackett.Common/Definitions/desitorrents-api.yml @@ -73,7 +73,7 @@ search: # if we have an id based search, add Season and Episode as query in name for UNIT3D < v6. Else pass S/E Params for UNIT3D >= v6 api_token: "{{ .Config.apikey }}" name: "{{ .Keywords }}" - $raw: "{{ if .Query.Season }}&seasonNumber={{ .Query.Season }}{{ else }}{{ end }}{{ if .Query.Ep }}&episodeNumber={{ .Query.Ep }}{{ else }}{{ end }}{{ if .Query.TMDBID }}&tmdbId={{ .Query.TMDBID }}{{ else }}{{ end }}{{ if .Query.IMDBIDShort }}&imdbId={{ .Query.IMDBIDShort }}{{ else }}{{ end }}{{ if .Query.TVDBID }}&tvdbId={{ .Query.TVDBID }}{{ else }}{{ end }}{{ range .Categories }}&categories[]={{.}}{{end}}{{ if .Config.freeleech }}&free=1{{ else }}{{ end }}" + $raw: "{{ if .Query.Season }}&seasonNumber={{ .Query.Season }}{{ else }}{{ end }}{{ if .Query.Ep }}&episodeNumber={{ .Query.Ep }}{{ else }}{{ end }}{{ if .Query.TMDBID }}&tmdbId={{ .Query.TMDBID }}{{ else }}{{ end }}{{ if .Query.IMDBIDShort }}&imdbId={{ .Query.IMDBIDShort }}{{ else }}{{ end }}{{ if .Query.TVDBID }}&tvdbId={{ .Query.TVDBID }}{{ else }}{{ end }}{{ range .Categories }}&categories[]={{.}}{{end}}{{ if .Config.freeleech }}&free[]=100{{ else }}{{ end }}" sortField: "{{ .Config.sort }}" sortDirection: "{{ .Config.type }}" perPage: 100 @@ -98,6 +98,8 @@ search: selector: details_link download: selector: download_link + infohash: + selector: info_hash poster: selector: meta.poster filters: @@ -154,9 +156,10 @@ search: case: 0: 1 # normal 1: 2 # double - minimumratio: - text: 1.0 +# global MR is 0.5 but torrents must be seeded for 7 days regardless of ratio +# minimumratio: +# text: 0.5 minimumseedtime: - # 7 day (as seconds = 7 x 24 x 60 x 60) + # 7 days (as seconds = 7 x 24 x 60 x 60) text: 604800 -# json UNIT3D 6.4.1 (custom) +# json UNIT3D 6.5.0 (custom)