mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
pier720: switch to cookie method
This commit is contained in:
parent
ed9d0a8328
commit
3c09866dc2
1 changed files with 8 additions and 14 deletions
|
@ -73,12 +73,13 @@ caps:
|
||||||
tv-search: [q]
|
tv-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
- name: cookie
|
||||||
type: text
|
type: text
|
||||||
label: Username
|
label: Cookie
|
||||||
- name: password
|
- name: info
|
||||||
type: password
|
type: info
|
||||||
label: Password
|
label: How to get the Cookie
|
||||||
|
default: "<ol><li>Login to this tracker with your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)<li>Refresh the page by pressing <b>F5</b><li>Click on the first row entry<li>Select the <b>Headers</b> tab on the Right panel<li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section<li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</ol>"
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
|
@ -97,16 +98,9 @@ settings:
|
||||||
a: asc
|
a: asc
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: ucp.php?mode=login
|
method: cookie
|
||||||
method: form
|
|
||||||
form: form#login
|
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
autologin: on
|
|
||||||
viewonline: on
|
|
||||||
error:
|
|
||||||
- selector: fieldset:has(div.error)
|
|
||||||
test:
|
test:
|
||||||
path: /
|
path: /
|
||||||
selector: :has(a[href^="./ucp.php?mode=logout&"])
|
selector: :has(a[href^="./ucp.php?mode=logout&"])
|
||||||
|
|
Loading…
Add table
Reference in a new issue