mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted: adding comment re: using cookie method
This commit is contained in:
@@ -81,6 +81,7 @@ settings:
|
|||||||
default: This indexer only supports the details link option.<br>Navigate to the web site account <b>Beállítások (Settings)</b>, change the <b>Letöltések (Download)</b> option to <b>Link a részletekhez (Link to Details)</b>, and click <b>Mentés (Save)</b>. Selecting <i>Lenyíló menü (Dropdown Menu)</i> will return no results.
|
default: This indexer only supports the details link option.<br>Navigate to the web site account <b>Beállítások (Settings)</b>, change the <b>Letöltések (Download)</b> option to <b>Link a részletekhez (Link to Details)</b>, and click <b>Mentés (Save)</b>. Selecting <i>Lenyíló menü (Dropdown Menu)</i> will return no results.
|
||||||
|
|
||||||
login:
|
login:
|
||||||
|
# using cookie method because login page has embedded Google reCAPTCHA
|
||||||
method: cookie
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
|
@@ -85,6 +85,7 @@ settings:
|
|||||||
default: "Failure to use an account for a period of 180 days will result in the removal of the account from the CMS_ZT community."
|
default: "Failure to use an account for a period of 180 days will result in the removal of the account from the CMS_ZT community."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
|
# using cookie method because login page has embedded Google reCAPTCHA
|
||||||
method: cookie
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
|
@@ -56,6 +56,7 @@ settings:
|
|||||||
default: "New members must generate some torrent activity (upload, download, or cross-seed) in their account within the first 30 days of joining, otherwise their account will be automatically disabled."
|
default: "New members must generate some torrent activity (upload, download, or cross-seed) in their account within the first 30 days of joining, otherwise their account will be automatically disabled."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
|
# using cookie method because login page can present second page for 2FA when enabled
|
||||||
method: cookie
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
|
@@ -100,6 +100,7 @@ settings:
|
|||||||
default: "If your account is inactive (you do not sign in) for more than 60 days, your account is disabled. Park your account if you are going away for more than 60 days."
|
default: "If your account is inactive (you do not sign in) for more than 60 days, your account is disabled. Park your account if you are going away for more than 60 days."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
|
# using cookie method because login page is dynamically generated using JS
|
||||||
method: cookie
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
|
@@ -90,6 +90,7 @@ settings:
|
|||||||
default: "In principle, the STAFF reserves the right to delete any user who has not accessed the tracker in 90 days or has not downloaded/uploaded any contribution in the last 180 days, if you are going to be away for a while, park the account from your panel."
|
default: "In principle, the STAFF reserves the right to delete any user who has not accessed the tracker in 90 days or has not downloaded/uploaded any contribution in the last 180 days, if you are going to be away for a while, park the account from your panel."
|
||||||
|
|
||||||
login:
|
login:
|
||||||
|
# using cookie method because login page has embedded Google reCAPTCHA
|
||||||
method: cookie
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
|
Reference in New Issue
Block a user