1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 11:48:49 +00:00

pier720: switch to cookie method

This commit is contained in:
Garfield69 2020-11-05 15:33:52 +13:00
parent ed9d0a8328
commit 3c09866dc2

View file

@ -73,12 +73,13 @@ caps:
tv-search: [q]
settings:
- name: username
- name: cookie
type: text
label: Username
- name: password
type: password
label: Password
label: Cookie
- name: info
type: info
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
type: select
label: Sort requested from site
@ -97,16 +98,9 @@ settings:
a: asc
login:
path: ucp.php?mode=login
method: form
form: form#login
method: cookie
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
autologin: on
viewonline: on
error:
- selector: fieldset:has(div.error)
cookie: "{{ .Config.cookie }}"
test:
path: /
selector: :has(a[href^="./ucp.php?mode=logout&"])