mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
lesaloon: add capcha. resolves #5026
This commit is contained in:
parent
a6fd4c3da1
commit
e8dbaa4a8e
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@
|
|||
inputs:
|
||||
uid: "{{ .Config.username }}"
|
||||
pwd: "{{ .Config.password }}"
|
||||
captcha:
|
||||
type: image
|
||||
selector: img[src^="access_code/"]
|
||||
input: private_key
|
||||
error:
|
||||
- selector: tr td span[style="color:#FF0000;"]
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue