mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +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]
|
tv-search: [q, season, ep]
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
|
settings:
|
||||||
|
- name: cookie
|
||||||
|
type: text
|
||||||
|
label: Cookie
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: /login-page
|
method: cookie
|
||||||
method: form
|
|
||||||
form: form[action^="/login"]
|
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
persistent_login: "1"
|
|
||||||
error:
|
|
||||||
- selector: div.error
|
|
||||||
test:
|
test:
|
||||||
path: /torrents
|
path: /torrents
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue