diff --git a/src/Jackett.Common/Definitions/spacetorrent.yml b/src/Jackett.Common/Definitions/spacetorrent.yml index f27bda7d0..d9c4446f1 100644 --- a/src/Jackett.Common/Definitions/spacetorrent.yml +++ b/src/Jackett.Common/Definitions/spacetorrent.yml @@ -77,25 +77,20 @@ tv-search: [q, season, ep] movie-search: [q] - 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 + method: post + path: ajax/takelogin.php inputs: - cookie: "{{ .Config.cookie }}" + snlo: "certified" + username: "{{ .Config.username }}" + password: "{{ .Config.password }}" + returnto: "/my.php" test: - path: index + path: my.php selector: a[href="../logout"] ratio: - path: index + path: my.php selector: a.nav-link i[class="ti-pulse"] download: