mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 06:10:49 +00:00
sporthd: fix cookie info
This commit is contained in:
parent
4f32f9eeaf
commit
81fe8f6921
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@
|
|||
- name: cookie
|
||||
type: text
|
||||
label: Cookie
|
||||
- name: info
|
||||
- name: info_cookie
|
||||
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<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<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>"
|
||||
|
@ -129,7 +129,7 @@
|
|||
options:
|
||||
"desc": "desc"
|
||||
"asc": "asc"
|
||||
- name: info
|
||||
- name: info_results
|
||||
type: info
|
||||
label: Results Per Page
|
||||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
||||
|
|
Loading…
Reference in a new issue