mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
CzTorrent: use cookie login
This commit is contained in:
parent
fca6ac0dbc
commit
86771a87c6
1 changed files with 7 additions and 8 deletions
|
@ -38,16 +38,15 @@
|
|||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
|
||||
settings:
|
||||
- name: cookie
|
||||
type: text
|
||||
label: Cookie
|
||||
|
||||
login:
|
||||
path: /login-page
|
||||
method: form
|
||||
form: form[action^="/login"]
|
||||
method: cookie
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
persistent_login: "1"
|
||||
error:
|
||||
- selector: div.error
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
test:
|
||||
path: /torrents
|
||||
|
||||
|
|
Loading…
Reference in a new issue