diff --git a/src/Jackett.Common/Definitions/hd-unit3d-api.yml b/src/Jackett.Common/Definitions/hd-unit3d-api.yml
index 5f1fe3897..fbba34389 100644
--- a/src/Jackett.Common/Definitions/hd-unit3d-api.yml
+++ b/src/Jackett.Common/Definitions/hd-unit3d-api.yml
@@ -28,7 +28,7 @@ settings:
- name: info_key
type: info
label: About your API key
- default: "Find or Generate a new API Token by accessing your HD-UNiT3D account My Security page and clicking on the API Token tab."
+ default: "Find or Generate a new API Token by accessing your HD-UNiT3D account My Settings page and clicking on the API Key tab."
- name: freeleech
type: checkbox
label: Search freeleech only
@@ -104,6 +104,8 @@ search:
selector: details_link
download:
selector: download_link
+ infohash:
+ selector: info_hash
poster:
selector: meta.poster
filters:
@@ -157,12 +159,12 @@ search:
100%: 0 # freeleech
"*": 0 # catch errors
uploadvolumefactor:
- # api returns 0=false, 1=true
+ # api returns False, True
selector: double_upload
case:
- 0: 1 # normal
- 1: 2 # double
+ False: 1 # normal
+ True: 2 # double
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
-# json UNIT3D 6.5.0
+# json UNIT3D 7.2.5