mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
hd-unit3d: -> 7.2.5
This commit is contained in:
parent
fe3131fdc0
commit
879e239bf9
1 changed files with 7 additions and 5 deletions
|
@ -28,7 +28,7 @@ settings:
|
||||||
- name: info_key
|
- name: info_key
|
||||||
type: info
|
type: info
|
||||||
label: About your API key
|
label: About your API key
|
||||||
default: "Find or Generate a new API Token by accessing your <a href=\"https://hd-united.vn/\" target=\"_blank\">HD-UNiT3D</a> account <i>My Security</i> page and clicking on the <b>API Token</b> tab."
|
default: "Find or Generate a new API Token by accessing your <a href=\"https://hd-united.vn/\" target=\"_blank\">HD-UNiT3D</a> account <i>My Settings</i> page and clicking on the <b>API Key</b> tab."
|
||||||
- name: freeleech
|
- name: freeleech
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
|
@ -104,6 +104,8 @@ search:
|
||||||
selector: details_link
|
selector: details_link
|
||||||
download:
|
download:
|
||||||
selector: download_link
|
selector: download_link
|
||||||
|
infohash:
|
||||||
|
selector: info_hash
|
||||||
poster:
|
poster:
|
||||||
selector: meta.poster
|
selector: meta.poster
|
||||||
filters:
|
filters:
|
||||||
|
@ -157,12 +159,12 @@ search:
|
||||||
100%: 0 # freeleech
|
100%: 0 # freeleech
|
||||||
"*": 0 # catch errors
|
"*": 0 # catch errors
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
# api returns 0=false, 1=true
|
# api returns False, True
|
||||||
selector: double_upload
|
selector: double_upload
|
||||||
case:
|
case:
|
||||||
0: 1 # normal
|
False: 1 # normal
|
||||||
1: 2 # double
|
True: 2 # double
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||||
text: 259200
|
text: 259200
|
||||||
# json UNIT3D 6.5.0
|
# json UNIT3D 7.2.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue