mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
matrix: switch to cookie due to turnstile
This commit is contained in:
@@ -51,12 +51,11 @@ caps:
|
|||||||
music-search: [q]
|
music-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
- name: cookie
|
||||||
type: text
|
type: text
|
||||||
label: Username
|
label: Cookie
|
||||||
- name: password
|
- name: info_cookie
|
||||||
type: password
|
type: info_cookie
|
||||||
label: Password
|
|
||||||
- name: freeleech
|
- name: freeleech
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Search freeleech only
|
label: Search freeleech only
|
||||||
@@ -87,14 +86,10 @@ settings:
|
|||||||
default: "If you do not log in to the site for 6 months, the system will automatically delete it!"
|
default: "If you do not log in to the site for 6 months, the system will automatically delete it!"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
# using cookie method because login page has embedded Clouflare turnstile
|
||||||
method: post
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
logout: ""
|
|
||||||
error:
|
|
||||||
- selector: td.embedded:contains("Hiba")
|
|
||||||
test:
|
test:
|
||||||
path: /
|
path: /
|
||||||
selector: a[href*="logout.php?logout="]
|
selector: a[href*="logout.php?logout="]
|
||||||
|
Reference in New Issue
Block a user