mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
lesaloon: add capcha. resolves #5026
This commit is contained in:
@@ -86,6 +86,10 @@
|
|||||||
inputs:
|
inputs:
|
||||||
uid: "{{ .Config.username }}"
|
uid: "{{ .Config.username }}"
|
||||||
pwd: "{{ .Config.password }}"
|
pwd: "{{ .Config.password }}"
|
||||||
|
captcha:
|
||||||
|
type: image
|
||||||
|
selector: img[src^="access_code/"]
|
||||||
|
input: private_key
|
||||||
error:
|
error:
|
||||||
- selector: tr td span[style="color:#FF0000;"]
|
- selector: tr td span[style="color:#FF0000;"]
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user