mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
lesaloon: new login path #7221
This commit is contained in:
parent
53d6042011
commit
3830c15bd4
1 changed files with 5 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- http://lesaloonv2-0.net/ # site does not support https
|
|
||||||
legacylinks:
|
|
||||||
- https://lesaloonv2-0.net/
|
- https://lesaloonv2-0.net/
|
||||||
|
legacylinks:
|
||||||
|
- http://lesaloonv2-0.net/ # site forces https
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
|
@ -82,12 +82,14 @@
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: index.php?page=login
|
# https://lesaloonv2-0.net/yupy_login.php
|
||||||
|
path: yupy_login.php
|
||||||
method: form
|
method: form
|
||||||
form: form[action^="index.php?page=login"]
|
form: form[action^="index.php?page=login"]
|
||||||
inputs:
|
inputs:
|
||||||
uid: "{{ .Config.username }}"
|
uid: "{{ .Config.username }}"
|
||||||
pwd: "{{ .Config.password }}"
|
pwd: "{{ .Config.password }}"
|
||||||
|
rememberme: forever
|
||||||
captcha:
|
captcha:
|
||||||
type: image
|
type: image
|
||||||
selector: img[src^="access_code/"]
|
selector: img[src^="access_code/"]
|
||||||
|
|
Loading…
Reference in a new issue