From fd036ecef967a2a16ec76ab92cc81d5ed5704c7e Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 4 Feb 2019 19:26:40 +1300 Subject: [PATCH] add how to get cookie to yaml indexers --- src/Jackett.Common/Definitions/awesomehd.yml | 4 ++++ src/Jackett.Common/Definitions/bithorlo.yml | 6 +++++- src/Jackett.Common/Definitions/cztorrent.yml | 4 ++++ src/Jackett.Common/Definitions/kickasstorrent.yml | 6 +++++- src/Jackett.Common/Definitions/retroflix.yml | 4 ++++ src/Jackett.Common/Definitions/scenereactor.yml | 4 ++++ src/Jackett.Common/Definitions/sporthd.yml | 4 ++++ 7 files changed, 30 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/awesomehd.yml b/src/Jackett.Common/Definitions/awesomehd.yml index a65af5eda..3dbe275d0 100644 --- a/src/Jackett.Common/Definitions/awesomehd.yml +++ b/src/Jackett.Common/Definitions/awesomehd.yml @@ -20,6 +20,10 @@ - name: cookie type: text label: Cookie + - name: info + type: info + label: How to get the Cookie + default: "
  1. Login to this tracker in your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Copy & paste the whole cookie string to here
" login: method: cookie diff --git a/src/Jackett.Common/Definitions/bithorlo.yml b/src/Jackett.Common/Definitions/bithorlo.yml index d300e71ac..1ceae30c0 100644 --- a/src/Jackett.Common/Definitions/bithorlo.yml +++ b/src/Jackett.Common/Definitions/bithorlo.yml @@ -57,7 +57,11 @@ settings: - name: cookie type: text - label: Cookie + label: Cookie + - name: info + type: info + label: How to get the Cookie + default: "
  1. Login to this tracker in your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Copy & paste the whole cookie string to here
" login: method: cookie diff --git a/src/Jackett.Common/Definitions/cztorrent.yml b/src/Jackett.Common/Definitions/cztorrent.yml index 41516022c..d8a5b4f43 100644 --- a/src/Jackett.Common/Definitions/cztorrent.yml +++ b/src/Jackett.Common/Definitions/cztorrent.yml @@ -42,6 +42,10 @@ - name: cookie type: text label: Cookie + - name: info + type: info + label: How to get the Cookie + default: "
  1. Login to this tracker in your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Copy & paste the whole cookie string to here
" login: method: cookie diff --git a/src/Jackett.Common/Definitions/kickasstorrent.yml b/src/Jackett.Common/Definitions/kickasstorrent.yml index 6976d6cd4..b9ebbf7b8 100644 --- a/src/Jackett.Common/Definitions/kickasstorrent.yml +++ b/src/Jackett.Common/Definitions/kickasstorrent.yml @@ -91,7 +91,11 @@ - name: cookie type: text label: Cookie - + - name: info + type: info + label: How to get the Cookie + default: "
  1. Login to this tracker in your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Copy & paste the whole cookie string to here
" + login: method: cookie test: diff --git a/src/Jackett.Common/Definitions/retroflix.yml b/src/Jackett.Common/Definitions/retroflix.yml index 2f2be83ea..6d313e904 100644 --- a/src/Jackett.Common/Definitions/retroflix.yml +++ b/src/Jackett.Common/Definitions/retroflix.yml @@ -30,6 +30,10 @@ - name: cookie type: text label: Cookie + - name: info + type: info + label: How to get the Cookie + default: "
  1. Login to this tracker in your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Copy & paste the whole cookie string to here
" login: method: cookie diff --git a/src/Jackett.Common/Definitions/scenereactor.yml b/src/Jackett.Common/Definitions/scenereactor.yml index 4d8768dbe..deea5227d 100644 --- a/src/Jackett.Common/Definitions/scenereactor.yml +++ b/src/Jackett.Common/Definitions/scenereactor.yml @@ -35,6 +35,10 @@ - name: cookie type: text label: Cookie + - name: info + type: info + label: How to get the Cookie + default: "
  1. Login to this tracker in your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Copy & paste the whole cookie string to here
" login: method: cookie diff --git a/src/Jackett.Common/Definitions/sporthd.yml b/src/Jackett.Common/Definitions/sporthd.yml index 0bd3c7a12..332d52a2a 100644 --- a/src/Jackett.Common/Definitions/sporthd.yml +++ b/src/Jackett.Common/Definitions/sporthd.yml @@ -86,6 +86,10 @@ - name: cookie type: text label: Cookie + - name: info + type: info + label: How to get the Cookie + default: "
  1. Login to this tracker in your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. Copy & paste the whole cookie string to here
" login: method: cookie