From 2f8a09396298826e707210851fc4ec3c52d8f37c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 14 Jan 2020 08:33:36 +1300 Subject: [PATCH] blutopia: switch to cookie login. resolves #6941 --- src/Jackett.Common/Definitions/blutopia.yml | 24 ++++++++------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/Jackett.Common/Definitions/blutopia.yml b/src/Jackett.Common/Definitions/blutopia.yml index e7fe844db..101bc8985 100644 --- a/src/Jackett.Common/Definitions/blutopia.yml +++ b/src/Jackett.Common/Definitions/blutopia.yml @@ -20,12 +20,13 @@ movie-search: [q, imdbid] 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: "
  1. Login to this tracker with 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.
" - name: sort type: select label: Sort requested from site @@ -44,16 +45,9 @@ "asc": "asc" login: - path: login - method: form + method: cookie inputs: - username: "{{ .Config.username }}" - password: "{{ .Config.password }}" - remember: on - error: - - selector: script[nonce]:contains("Error") - message: - selector: script[nonce]:contains("Error") + cookie: "{{ .Config.cookie }}" test: path: / selector: a[href$="/logout"] @@ -176,4 +170,4 @@ i[class*="fa-globe text-green"]: 2 # Global Double Upload i[class*="fa-certificate text-pink"]: 2 # Featured Torrent "*": 1 -# UNIT3D 2.2.7 +# UNIT3D 2.3.0