diff --git a/src/Jackett.Common/Definitions/desireleasers.yml b/src/Jackett.Common/Definitions/desireleasers.yml index c9e646c80..2dd783acd 100644 --- a/src/Jackett.Common/Definitions/desireleasers.yml +++ b/src/Jackett.Common/Definitions/desireleasers.yml @@ -20,20 +20,15 @@ tv-search: [q, season, ep, imdbid] movie-search: [q, imdbid] - settings: - - 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 + path: login + method: form inputs: - cookie: "{{ .Config.cookie }}" - test: + username: "{{ .Config.username }}" + password: "{{ .Config.password }}" + remember: 1 + error: + - selector: form[action$="/login"] span strong test: path: torrents selector: a[href$="/logout"]