From a7928ea4a8aabe1b72fd6b5993d24992133b4a94 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 10 Feb 2019 19:47:08 +1300 Subject: [PATCH] spacetorrents: now using username and password login instead of the cookie method. --- .../Definitions/spacetorrent.yml | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) 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: