mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdatmos: add 2fa
update engine tag
This commit is contained in:
@@ -32,6 +32,13 @@ settings:
|
|||||||
- name: password
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
|
- name: 2facode
|
||||||
|
type: text
|
||||||
|
label: 2FA code
|
||||||
|
- name: info_2fa
|
||||||
|
type: info
|
||||||
|
label: "About 2FA code"
|
||||||
|
default: "Only fill in the <b>2FA code</b> box if you have enabled <b>2FA</b> on the HDAtmos Web Site. Otherwise just leave it empty."
|
||||||
- name: freeleech
|
- name: freeleech
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
@@ -66,12 +73,14 @@ login:
|
|||||||
selector: img[alt="CAPTCHA"]
|
selector: img[alt="CAPTCHA"]
|
||||||
input: imagestring
|
input: imagestring
|
||||||
inputs:
|
inputs:
|
||||||
|
secret: ""
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
two_step_code: "{{ .Config.2facode }}"
|
||||||
logout: ""
|
logout: ""
|
||||||
securelogin: ""
|
securelogin: ""
|
||||||
ssl: yes
|
ssl: yes
|
||||||
trackerssl: ""
|
trackerssl: yes
|
||||||
error:
|
error:
|
||||||
- selector: td.embedded:has(h2:contains("失败"))
|
- selector: td.embedded:has(h2:contains("失败"))
|
||||||
message:
|
message:
|
||||||
@@ -172,4 +181,4 @@ search:
|
|||||||
remove: a, img
|
remove: a, img
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.81
|
text: 0.81
|
||||||
# NexusPHP Standard v1.5 Beta 4
|
# NexusPHP 1.7.31 2022-11-14
|
||||||
|
Reference in New Issue
Block a user