diff --git a/src/Jackett.Common/Definitions/torrentland-api.yml b/src/Jackett.Common/Definitions/torrentland-api.yml index 43888b780..99c112fa0 100644 --- a/src/Jackett.Common/Definitions/torrentland-api.yml +++ b/src/Jackett.Common/Definitions/torrentland-api.yml @@ -102,8 +102,8 @@ search: selector: meta.total fields: - categorydesc: - selector: category + category: + selector: category_id title_vose: selector: name:contains(VOSE) optional: true @@ -129,6 +129,8 @@ search: selector: details_link download: selector: download_link + infohash: + selector: info_hash poster: selector: poster filters: @@ -169,9 +171,10 @@ search: case: 0: 1 # normal 1: 2 # double - minimumratio: - text: 1.0 +# global MR is 0.4 but torrents must be seeded for 4 days regardless of ratio +# minimumratio: +# text: 0.4 minimumseedtime: # 4 days (as seconds = 4 x 24 x 60 x 60) text: 345600 -# json UNIT3D 6.0.2 (custom) +# json UNIT3D 6.3.0 (custom)