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: "
- Login to this tracker with your browser
- Open the DevTools panel by pressing F12
- Select the Network tab
- Click on the Doc button
- Refresh the page by pressing F5
- Select the Headers tab
- Find 'cookie:' in the Request Headers section
- 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